Apply suggestions from code review of branch refactor/migrate_vuex_to_pinia
Co-authored-by: Julian Stirling <julian@julianstirling.co.uk>
This commit is contained in:
parent
ebd67cd410
commit
67f253eecd
6 changed files with 24 additions and 7 deletions
|
|
@ -64,7 +64,6 @@ export const useSettingsStore = defineStore(
|
|||
function removeStream(id) {
|
||||
activeStreams.value[id] = false;
|
||||
}
|
||||
// TODO: Replace for direct access to state.
|
||||
// Getters
|
||||
const baseUri = computed(() => origin.value);
|
||||
const ready = computed(() => available.value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue