1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-21 22:05:38 -04:00

Fix various typos

This commit is contained in:
Bogdan
2025-04-15 15:09:45 +03:00
committed by Mark McDowall
parent 2fa02472ee
commit fae014c8be
21 changed files with 36 additions and 47 deletions
+1 -1
View File
@@ -377,7 +377,7 @@ export const reducers = createHandleActions({
const items = newState.items;
const index = items.findIndex((item) => item.guid === guid);
// Don't try to update if there isnt a matching item (the user closed the modal)
// Don't try to update if there isn't a matching item (the user closed the modal)
if (index >= 0) {
const item = Object.assign({}, items[index], payload);