We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef901e6 commit 2be0c84Copy full SHA for 2be0c84
src/page/index.html
@@ -22,8 +22,6 @@
22
23
#include('loading.htm')
24
25
- <div id="user-modal-container"></div>
26
-
27
<script src="./config.js?{{@config.VERSION}}"></script>
28
<script src="./min/dexie.js?{{@config.VERSION}}"></script>
29
<script src="./min/vendor.js?{{@config.VERSION}}"></script>
src/script/page/AppMain.tsx
@@ -125,6 +125,7 @@ const AppContainer: FC<AppContainerProps> = ({root}) => {
125
/>
126
127
{/*The order of these elements matter to show proper modals stack upon each other*/}
128
+ <div id="user-modal-container"></div>
129
<PrimaryModalComponent />
130
<GroupCreationModal userState={userState} teamState={teamState} />
131
</main>
0 commit comments