Skip to content

Commit

Permalink
fix(NcActionButton): code comment
Browse files Browse the repository at this point in the history
Co-authored-by: Grigorii K. Shartsev <[email protected]>
Signed-off-by: John Molakvoæ <[email protected]>
  • Loading branch information
skjnldsv and ShGKme authored Oct 31, 2023
1 parent 03cecfb commit d1b4a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcActionButton/NcActionButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ export default {
<!-- default text display -->
<span v-else class="action-button__text">{{ text }}</span>

<!-- default text display -->
<!-- right arrow icon when there is a sub-menu -->
<ChevronRightIcon v-if="isMenu" class="action-button__menu-icon" />

<!-- fake slot to gather inner text -->
Expand Down

0 comments on commit d1b4a82

Please sign in to comment.