Skip to content

Commit e2e515b

Browse files
remove semicolumn
1 parent 4c7d795 commit e2e515b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/src/pages/document/Document.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const Document = (): JSX.Element => {
1414
const [error, setError] = useState<string | null>(null);
1515
const [isLoading, setIsLoading] = useState<boolean>(false); // Step 1
1616

17-
const x = 12/0;
17+
const x = 12/0
1818
useEffect(() => {
1919
const getDocument = async (id: string) => {
2020
setIsLoading(true); // Step 2

0 commit comments

Comments
 (0)