Skip to content

Commit

Permalink
BSR: remove unused params
Browse files Browse the repository at this point in the history
  • Loading branch information
MelanieMEB committed Nov 30, 2020
1 parent 4e12a68 commit 9242e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/SliceZone.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<page-banner :slice="slice" :index="index"/>
</template>
<template v-if="slice.slice_type === 'article'">
<article-slice :slice="slice" :button-class="'section-demo__button'" :index="index"/>
<article-slice :slice="slice" :index="index"/>
</template>
<template v-if="slice.slice_type === 'multiple_block'">
<multiple-block-slice :slice="slice" :index="index"/>
Expand Down

0 comments on commit 9242e7b

Please sign in to comment.