Skip to content

Commit b350d7c

Browse files
committed
Merge remote-tracking branch 'origin/dev'
2 parents 11c82f5 + 81d0680 commit b350d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ActionList/components/Section/SectionMarkup.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const emit = defineEmits<{ (event: 'action-any-item'): void }>();
5151
5252
const className = computed(() => (props.section.title ? undefined : styles['Section-withoutTitle']));
5353
54-
const titleClass = computed(() => classNames(styles.Title, props.firstSection && styles.firstSectionWithTitle));
54+
const titleClass = computed(() => classNames(styles.Title));
5555
5656
const sectionRole = computed(() => {
5757
let sectionRoleValue;

0 commit comments

Comments
 (0)