(cherry picked from commit e3b123c3fc)
Co-authored-by: Josh Hunt <joshhunt@users.noreply.github.com>
This commit is contained in:
co-authored by
Josh Hunt
parent
283b93bc15
commit
58f27b980d
@@ -60,7 +60,7 @@ export const CollapsableSection: FC<Props> = ({
|
||||
{loading ? (
|
||||
<Spinner className={styles.spinner} />
|
||||
) : (
|
||||
<Icon name={open ? 'angle-down' : 'angle-right'} className={styles.icon} />
|
||||
<Icon name={open ? 'angle-up' : 'angle-down'} className={styles.icon} />
|
||||
)}
|
||||
</button>
|
||||
<div className={styles.label} id={`collapse-label-${id}`}>
|
||||
|
||||
Reference in New Issue
Block a user