Skip to content

Commit edb9cef

Browse files
authored
remove semicolon
1 parent 2d4c0f7 commit edb9cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/instrument/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function Instrument() {
1717
className={`flex min-h-screen bg-white flex-col items-center justify-start ${inter.className}`}
1818
>
1919
<Suspense>
20-
<GetInstrumentData />;
20+
<GetInstrumentData />
2121
</Suspense>
2222
</main>
2323
);

0 commit comments

Comments
 (0)