Skip to content

Commit

Permalink
Remove stray semicolon
Browse files Browse the repository at this point in the history
Co-Authored-By: whymarrh <[email protected]>
  • Loading branch information
tmashuang and whymarrh authored Feb 1, 2019
1 parent 450479e commit 56ee2c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default class UiMigrationAnnouncement extends PureComponent {
const { onClose, shouldShowAnnouncement } = this.props

if (!shouldShowAnnouncement) {
return null;
return null
}

return (
Expand Down

0 comments on commit 56ee2c1

Please sign in to comment.