mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 18:11:12 -05:00
Fix state machine issues
This commit is contained in:
@@ -66,6 +66,8 @@ export function deletionDialogReducer(
|
||||
return initialState;
|
||||
|
||||
default:
|
||||
// Exhaustive check
|
||||
const _exhaustive: never = action;
|
||||
return state;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user