Skip to content

Commit cad1cd2

Browse files
536 change tree icon default expanded (#636)
* Use title for root PB and standard icon * by default open de root PB in a card * make subscriptionInstanceId smaller font see #456 * Open subscriptions in new tab - see #456 * replace the size s statement * Create shaggy-squids-kick.md * replace the size s statement
1 parent 0ec7c1b commit cad1cd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/WfoServiceTicketDetailPage/WfoImpactedCustomersTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export const WfoImpactedCustomersTable = ({
6868
name: t('customers'),
6969
field: 'customer',
7070
render: (customer) => (
71-
<EuiText size={'s'}>
71+
<EuiText size="s">
7272
<b>{customer.customer_abbrev}</b>
7373
</EuiText>
7474
),

components/WfoServiceTicketsList/WfoServiceTicketsList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export const WfoServiceTicketsList = ({
137137
<b>{formatDate(date)}</b>
138138
</EuiText>
139139
) : (
140-
<EuiText size={'s'}>{formatDate(date)}</EuiText>
140+
<EuiText size="s">{formatDate(date)}</EuiText>
141141
);
142142
},
143143
},

0 commit comments

Comments
 (0)