Changed format on action types and reducer names for those already migrated to RTK

This commit is contained in:
Alejandro Celaya
2022-11-09 18:19:07 +01:00
parent 89423737e8
commit fe85291772
15 changed files with 48 additions and 49 deletions

View File

@@ -1,7 +1,7 @@
import { createSlice } from '@reduxjs/toolkit';
const { actions, reducer } = createSlice({
name: 'appUpdatesReducer',
name: 'shlink/appUpdates',
initialState: false,
reducers: {
appUpdateAvailable: () => true,