Skip to content

Commit

Permalink
Merge pull request #4438 from nextcloud-libraries/feat/noid/nclistite…
Browse files Browse the repository at this point in the history
…m-remove-redundant-wrapper
  • Loading branch information
Pytal committed Aug 22, 2023
2 parents 3248a30 + ee55289 commit c7e1f16
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/NcListItem/NcListItem.vue
Expand Up @@ -251,7 +251,9 @@
</span>

<!-- Counter and indicator -->
<span v-if="showAdditionalElements" class="line-two__additional_elements">
<span v-if="counterNumber != 0 || hasIndicator"
v-show="showAdditionalElements"
class="line-two__additional_elements">
<NcCounterBubble v-if="counterNumber != 0"
class="line-two__counter"
:type="counterType">
Expand Down Expand Up @@ -407,7 +409,7 @@ export default {
},
/**
* If different from from 0 this component will display the
* If different from 0 this component will display the
* NcCounterBubble component
*/
counterNumber: {
Expand Down

0 comments on commit c7e1f16

Please sign in to comment.