fix image
This commit is contained in:
parent
fff3dfc2ca
commit
8021b706a3
@ -43,7 +43,6 @@ export const File = ({ currentQuestion }: FileProps) => {
|
|||||||
marginTop: "20px",
|
marginTop: "20px",
|
||||||
maxWidth: answer?.split("|")[0] ? "640px" : "600px",
|
maxWidth: answer?.split("|")[0] ? "640px" : "600px",
|
||||||
}}
|
}}
|
||||||
onClick={(event) => event.preventDefault()}
|
|
||||||
>
|
>
|
||||||
{answer?.split("|")[0] ? (
|
{answer?.split("|")[0] ? (
|
||||||
<UploadedFile
|
<UploadedFile
|
||||||
|
Loading…
Reference in New Issue
Block a user