Skip to content

Commit

Permalink
Fix premium bug
Browse files Browse the repository at this point in the history
  • Loading branch information
AshurovG committed Dec 15, 2024
1 parent 3073056 commit ac31ad1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion public/store/MainPageStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ class MainPageStore {
// TODO: Расскомментировать после мержа
// await moviePageStore.getLastMoviesRequest();
}
mainPage.render();
setTimeout(() => {
mainPage.render();
}, 50);
break;
default:
break;
Expand Down

0 comments on commit ac31ad1

Please sign in to comment.