Skip to content

Commit 281da23

Browse files
authored
Merge pull request #116 from ISISComputingGroup/rerpha-patch-1
remove semicolon
2 parents 2d4c0f7 + edb9cef commit 281da23

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)