Skip to content

Commit

Permalink
Remove redundant todo placeholder (#186)
Browse files Browse the repository at this point in the history
closes #171
  • Loading branch information
TeodoraPavlova authored Jan 17, 2024
1 parent 5f8202e commit f84bfff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/src/components/layout/Placeholder.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
<span v-else class="placeholder col-8"></span>
</slot>
</div>
<slot v-else name="content">
<p class="alert alert-warning">TODO: Add your content into this slot</p>
</slot>
<slot v-else name="content"/>
</template>

<script>
Expand Down

0 comments on commit f84bfff

Please sign in to comment.