diff --git a/packages/hoppscotch-ui/src/components/smart/Placeholder.vue b/packages/hoppscotch-ui/src/components/smart/Placeholder.vue index b58ec020e..613307dae 100644 --- a/packages/hoppscotch-ui/src/components/smart/Placeholder.vue +++ b/packages/hoppscotch-ui/src/components/smart/Placeholder.vue @@ -8,9 +8,7 @@ :class="large ? 'w-32 h-32' : 'w-16 h-16'" :alt="alt" /> - + {{ heading }} @@ -45,10 +43,6 @@ withDefaults( const slots = useSlots() -const hasIcon = computed(() => { - return !!slots.icon -}) - const hasBody = computed(() => { return !!slots.body })