Skip to content

Commit 660f739

Browse files
committed
Merge remote-tracking branch 'origin/expert/fix-website-context-switching-hydration-race-condition' into expert/fix-website-context-switching-hydration-race-condition
2 parents 92d6500 + bb6007c commit 660f739

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/src/store/modules/product/expert/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ const actions = {
256256
return Promise.resolve()
257257
}
258258

259-
// todo this need to be removed when we have https://github.com/FlowFuse/flowfuse/issues/6520 part of
259+
// TODO: this need to be removed when we have https://github.com/FlowFuse/flowfuse/issues/6520 part of
260260
// https://github.com/FlowFuse/flowfuse/issues/6519 as it's a hacky workaround to the expert drawer opening up
261261
// before we have a team loaded
262262
const { waitWhile } = useTimerHelper()

frontend/src/store/modules/product/expert/operator-agent/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const actions = {
5656
commit('SET_SELECTED_CAPABILITIES', selectedCapabilities)
5757
},
5858
async getCapabilities ({ commit, rootGetters, state }) {
59-
// todo this need to be removed when we have https://github.com/FlowFuse/flowfuse/issues/6520 part of
59+
// TODO: this need to be removed when we have https://github.com/FlowFuse/flowfuse/issues/6520 part of
6060
// https://github.com/FlowFuse/flowfuse/issues/6519 as it's a hacky workaround to the expert drawer opening up
6161
// before we have a team loaded
6262
const { waitWhile } = useTimerHelper()

0 commit comments

Comments
 (0)