diff options
| author | Henry Jameson <me@hjkos.com> | 2022-03-17 08:35:19 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-03-17 08:35:19 +0200 |
| commit | be4244acde8183271d3770f2fbbd9d1ac571086b (patch) | |
| tree | fda2d7517b20bd444991a8c22b353fb236f3591d /src/App.vue | |
| parent | 8311d4deba93309dd60ebeb28f7b3ac1d0d23e6c (diff) | |
fix some warnings
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue index 31e8fd40..3532f898 100644 --- a/src/App.vue +++ b/src/App.vue @@ -59,7 +59,7 @@ <UserReportingModal /> <PostStatusModal /> <SettingsModal /> - <div id="modal"/> + <div id="modal" /> <GlobalNoticeList /> </div> </template> |
