Remove icon titles from action bar
This commit is contained in:
parent
c5cb2a73de
commit
ac8b90e093
|
@ -390,7 +390,6 @@ const Thread = (props: IThread) => {
|
||||||
status={status}
|
status={status}
|
||||||
expandable={false}
|
expandable={false}
|
||||||
space='lg'
|
space='lg'
|
||||||
withLabels
|
|
||||||
/>
|
/>
|
||||||
</>
|
</>
|
||||||
) : null}
|
) : null}
|
||||||
|
|
Loading…
Reference in New Issue