Skip to content

Commit

Permalink
Remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
ltshb committed May 15, 2024
1 parent f3857fb commit 6135a9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion src/modules/menu/components/share/MenuShareSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@open-menu-section="(id) => $emit('openMenuSection', id)"
>
<div class="p-2">
<MenuShareSocialNetworks :short-link="shortLink" :small="compact" />
<MenuShareSocialNetworks :short-link="shortLink" />
<MenuShareInputCopyButton
:input-text="shortLink"
:label-text="'share_link'"
Expand Down
4 changes: 0 additions & 4 deletions src/modules/menu/components/share/MenuShareSocialNetworks.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ const props = defineProps({
type: String,
default: null,
},
small: {
type: Boolean,
default: true,
},
})
const { shortLink } = toRefs(props)
Expand Down

0 comments on commit 6135a9f

Please sign in to comment.