Skip to content

Commit

Permalink
fixed linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
DonaldKLee committed Nov 13, 2023
1 parent 977a974 commit 96df20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BackgroundImage.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const Hackcamp2023NoObjectsBackground = styled.div`
`

const Hackcamp2023BG = ({ version }) => {
if (version == 'noObjects') {
if (version === 'noObjects') {
return <Hackcamp2023NoObjectsBackground />
} else {
return <Hackcamp2023Background />
Expand Down

0 comments on commit 96df20b

Please sign in to comment.