Skip to content

Commit

Permalink
fix: delete play add button
Browse files Browse the repository at this point in the history
  • Loading branch information
noridev committed Sep 25, 2023
1 parent 41f9713 commit 9514ea0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/frontend/src/pages/flash/flash-index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ SPDX-License-Identifier: AGPL-3.0-only

<div v-else-if="tab === 'my'">
<div class="_gaps">
<MkButton gradate rounded style="margin: 0 auto;" @click="create()"><i class="ti ti-plus"></i></MkButton>
<MkPagination v-slot="{items}" :pagination="myFlashsPagination">
<div class="_gaps_s">
<MkFlashPreview v-for="flash in items" :key="flash.id" :flash="flash"/>
Expand Down

0 comments on commit 9514ea0

Please sign in to comment.