Skip to content

Commit 5b98bab

Browse files
committed
Fix #254
1 parent b7dff98 commit 5b98bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/logo.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export default class InteractiveLogo extends React.Component<LogoProps, LogoStat
5151
}
5252

5353
private load() {
54-
if (this.state.player) {
54+
if (this.player) {
5555
// Already loaded.
5656
return;
5757
}

0 commit comments

Comments
 (0)