Skip to content

Commit

Permalink
Remove unnecessary ESLint comment from FallbackContext
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Dec 29, 2024
1 parent 344472c commit aaf9d38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/context/FallbackContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export interface FallbackContextType {
updateFallback: (fallback: FallbackType) => void
}

// eslint-disable-next-line react-refresh/only-export-components
export const FallbackContext = React.createContext<FallbackContextType>({
updateFallback: () => { },
})
Expand Down

0 comments on commit aaf9d38

Please sign in to comment.