Skip to content

Commit

Permalink
Use ===
Browse files Browse the repository at this point in the history
  • Loading branch information
starsep committed Nov 14, 2023
1 parent 883001e commit 1974227
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/sidebar/defibrillatorDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ function photoGallery(data: DefibrillatorData, closeSidebar: () => void) {
lazyLoad
showPlayButton={false}
showThumbnails={images.length > 1}
// eslint-disable-next-line eqeqeq
renderCustomControls={data.photoId == null ? undefined : renderCustomControls}
renderCustomControls={data.photoId === null ? undefined : renderCustomControls}
/>
<hr style={{ marginTop: "0.5rem", marginBottom: "1rem" }} />
</div>
Expand Down

0 comments on commit 1974227

Please sign in to comment.