Skip to content

Commit 65ed3dd

Browse files
authored
Update InstrumentData.tsx
1 parent 35e2ee2 commit 65ed3dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/InstrumentData.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export function InstrumentData({ instrumentName }: { instrumentName: string }) {
4040
const [currentInstrument, setCurrentInstrument] = useState<Instrument | null>(
4141
null,
4242
);
43-
const [lastUpdate, setLastUpdate] = useState<str>("");
43+
const [lastUpdate, setLastUpdate] = useState<string>("");
4444

4545
const instName = instrumentName;
4646

0 commit comments

Comments
 (0)