Skip to content

Commit

Permalink
Update src/components/feedback/LoadingModal/LoadingModal.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: jared-dickman <zenador15@gmail.com>
  • Loading branch information
tibuurcio and jared-dickman committed Jan 18, 2024
1 parent 6247d54 commit d959a13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/feedback/LoadingModal/LoadingModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export interface ILoadingModalProps<Data> extends Omit<IModalProps, 'children'>
export function LoadingModal<Data>(props: ILoadingModalProps<Data>) {
const [isInitLoading, isInitError, initData] = useInitData(props.fetchData)
// eslint-disable-next-line no-debugger
if (initData) debugger

return (
<>
Expand Down

0 comments on commit d959a13

Please sign in to comment.