fix image

This commit is contained in:
Nastya 2025-02-11 20:32:21 +03:00
parent fff3dfc2ca
commit 8021b706a3

@ -43,7 +43,6 @@ export const File = ({ currentQuestion }: FileProps) => {
marginTop: "20px",
maxWidth: answer?.split("|")[0] ? "640px" : "600px",
}}
onClick={(event) => event.preventDefault()}
>
{answer?.split("|")[0] ? (
<UploadedFile