Skip to content

Commit 1b88822

Browse files
limpbrainspwltr
andauthored
Update src/store/slices/slashtags.ts
Co-authored-by: Philipp Walter <[email protected]>
1 parent a7bcd61 commit 1b88822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store/slices/slashtags.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export const slashtagsSlice = createSlice({
8282
const { id } = parse(action.payload.url);
8383
state.profilesCache[id] = action.payload.profile;
8484
},
85-
deteleProfileCache: (state, action: PayloadAction<{ url: string }>) => {
85+
deleteProfileCache: (state, action: PayloadAction<{ url: string }>) => {
8686
const { id } = parse(action.payload.url);
8787
delete state.profilesCache[id];
8888
},

0 commit comments

Comments
 (0)