Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhjacobs committed Mar 13, 2024
1 parent b7dff98 commit 45af181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/logo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default class InteractiveLogo extends React.Component<LogoProps, LogoStat
}

private load() {
if (this.state.player) {
if (this.player) {
// Already loaded.
return;
}
Expand Down

0 comments on commit 45af181

Please sign in to comment.