We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7bcd61 commit 1b88822Copy full SHA for 1b88822
src/store/slices/slashtags.ts
@@ -82,7 +82,7 @@ export const slashtagsSlice = createSlice({
82
const { id } = parse(action.payload.url);
83
state.profilesCache[id] = action.payload.profile;
84
},
85
- deteleProfileCache: (state, action: PayloadAction<{ url: string }>) => {
+ deleteProfileCache: (state, action: PayloadAction<{ url: string }>) => {
86
87
delete state.profilesCache[id];
88
0 commit comments