mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Restructure removing remote
This commit is contained in:
@ -32,11 +32,11 @@ export const contextsInitialState = {
|
||||
current: 0,
|
||||
hidden: false
|
||||
},
|
||||
previousTab: 'Tab-Local'
|
||||
previousTab: 'Tab-Me'
|
||||
}
|
||||
|
||||
const contextsSlice = createSlice({
|
||||
name: 'settings',
|
||||
name: 'contexts',
|
||||
initialState: contextsInitialState as ContextsState,
|
||||
reducers: {
|
||||
updateStoreReview: (state, action: PayloadAction<1>) => {
|
||||
|
Reference in New Issue
Block a user