Skip to content

Commit

Permalink
fix(MarketPlace): Fix 'MarketPlace Modal Dismiss issue when on anothe…
Browse files Browse the repository at this point in the history
…r server' (#176)
  • Loading branch information
Eric Lee committed Oct 12, 2021
1 parent f3a9ac6 commit 6128393
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions layouts/server/Server.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@
v-touch-options="{ swipeTolerance: 75 }"
>
<UiGlobal />

<TailoredCoreServersList :servers="$mock.servers" :unreads="$mock.unreads" />
<UiModal v-if="ui.modals.showMarketPlace" :closeModal="toggleMarketPlace" nopad>
<TailoredMarketplace :closeModal="toggleMarketPlace" v-click-outside="toggleMarketPlace" />
</UiModal>
<TailoredServersSidebar :toggle="() => $data.sidebar = !$data.sidebar" />
<TailoredMessagingEnhancers />
<div :class="`dynamic-content ${ui.fullscreen ? 'fullscreen-media' : ''}`">
Expand Down

0 comments on commit 6128393

Please sign in to comment.