Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bunsenstraat committed Oct 4, 2024
1 parent 558ecdb commit c862a6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ const ModalWrapper = (props: ModalWrapperProps) => {
props.handleHide()
}

if(!props.id || props.id === '') return null
if (!props.id || props.id === '') return null

return <ModalDialog id={props.id} {...state} handleHide={handleHide} />
}
Expand Down

0 comments on commit c862a6a

Please sign in to comment.