fix image
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user