Skip to content

Commit 6de2650

Browse files
committed
Update instrument session numbers for 2026
1 parent 5f6d686 commit 6de2650

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

src/context/instrumentSession/InstrumentSessionProvider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const STORAGE_KEY = "instrument-session-id";
55

66
export const InstrumentSessionProvider = ({
77
children,
8-
defaultSessionId = "cm40661-6",
8+
defaultSessionId = "cm44191-1",
99
}: {
1010
children: ReactNode;
1111
defaultSessionId?: string;

src/routes/Dashboard.tsx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,15 @@ function Dashboard() {
4444
</Button>
4545
</Stack>
4646
{/* <InstrumentSessionView sessionsList={GetInstrumentSessions()} /> */}
47-
<InstrumentSessionView sessionsList={["cm40661-6"]} />
47+
<InstrumentSessionView
48+
sessionsList={[
49+
"cm44191-1",
50+
"cm44191-2",
51+
"cm44191-3",
52+
"cm44191-4",
53+
"cm44191-5",
54+
]}
55+
/>
4856
</Stack>
4957
</Container>
5058
</>

0 commit comments

Comments
 (0)