Skip to content

Commit d2415f9

Browse files
Harald TothHarald Toth
authored andcommitted
fix: bottom bar fsm name call
1 parent 8468160 commit d2415f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/serpenta/src/lib/components/page/BottomBar.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
const context = getSerpentaContext();
77
const gdd: DataDistributor = context.data_distributor;
88
const bigErrorStatus: Writable<ErrorStatus> = context.error_status;
9-
const fsmStateName: string = context.fsm_store_name.fsm_name;
9+
const fsmStateName: string = context.fsm_store_name;
1010
const podName: string = context.pod_name;
1111
1212
let time = new Date().toLocaleTimeString([], {

0 commit comments

Comments
 (0)