Skip to content

Commit

Permalink
Move updates to tracker page
Browse files Browse the repository at this point in the history
  • Loading branch information
temnov98 committed Dec 20, 2023
1 parent 06e1c2b commit 9ef312a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion examples/tapme/js/pages/page.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ class PageComponent extends Component {
${SwitchThemeComponent}
${component}
${DebugComponent}
${UpdatesNotifierComponent}
${ModalWindowComponent}
</div>
`;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class TrackerPageComponent extends Component {
<div class="tracker-page">
${TrackerPageInnerComponent}
${TagsSettingsPanelComponent}
${UpdatesNotifierComponent}
</div>
`;
}
Expand Down

0 comments on commit 9ef312a

Please sign in to comment.