Skip to content

Commit

Permalink
fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
codyzu committed Jul 17, 2023
1 parent c88636f commit e0c5aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Shares.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function Shares({
// TODO: make the twitter handle required in the rules and set it to an empty string on upload
// Then remove the ?? '' below
(presentation.twitterHandle ?? '').length > 0
? ' ' + presentation.twitterHandle!
? ' ' + presentation.twitterHandle
: ''
} ${shareUrl}`;

Expand Down

0 comments on commit e0c5aeb

Please sign in to comment.