Skip to content

Commit 576c03f

Browse files
committed
hotfix fix header css
1 parent 80f135e commit 576c03f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

build/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

published/latest/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

published/latest/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/BugBattle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ class BugBattle {
492492
this.showSuccessMessage();
493493
setTimeout(() => {
494494

495-
//this.hide();
495+
this.hide();
496496
}, 2000);
497497
}
498498
};

0 commit comments

Comments
 (0)