Skip to content

Commit

Permalink
chore: run formtter
Browse files Browse the repository at this point in the history
  • Loading branch information
Gum-Joe committed Jul 19, 2024
1 parent 1291abc commit a531ff3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ const HandwritingEditor: React.FC<HandwritingEditorProps> = ({
<MathJax>{`\\( ${answer?.latex} \\)`}</MathJax>
</Box>
</Card>
<Card
className="excalidraw-canvas-card"
>
<Card className="excalidraw-canvas-card">
<Canvas
username={username}
onAnswerChange={onAnswerChange}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,7 @@ export const HandwritingTask: FC<HandwritingTaskProps> = ({

<Dialog.Content className="excalidraw-dialog-content">
<Flex direction="column" height="100%" gap="3">
<HandwritingEditor
answer={answer}
onAnswerChange={onAnswerUpdate}
username={username}
/>
<HandwritingEditor answer={answer} onAnswerChange={onAnswerUpdate} username={username} />
<Flex justify="end">
<Dialog.Close>
<Button>Save LaTeX</Button>
Expand Down

0 comments on commit a531ff3

Please sign in to comment.