We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35e2ee2 commit 65ed3ddCopy full SHA for 65ed3dd
app/components/InstrumentData.tsx
@@ -40,7 +40,7 @@ export function InstrumentData({ instrumentName }: { instrumentName: string }) {
40
const [currentInstrument, setCurrentInstrument] = useState<Instrument | null>(
41
null,
42
);
43
- const [lastUpdate, setLastUpdate] = useState<str>("");
+ const [lastUpdate, setLastUpdate] = useState<string>("");
44
45
const instName = instrumentName;
46
0 commit comments