fix authorship label
This commit is contained in:
@@ -84,7 +84,7 @@ export const ViewMode: FC<Props> = ({ questionData: question }) => {
|
|||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<span className="text-gray-700">Autoria: </span>
|
<span className="text-gray-700">Autoria: </span>
|
||||||
{question.authorship === "UNIFESO" ? "Própria" : `Terceiro - ${question.authorship}`}
|
{question.authorship}
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<span className="text-gray-700">Atualizada em: </span>
|
<span className="text-gray-700">Atualizada em: </span>
|
||||||
|
|||||||
Reference in New Issue
Block a user