style: Update subsection title to be greyed out if unavailable (#574)
AA-932
This commit is contained in:
@@ -64,7 +64,7 @@ function SubsectionTitleCell({ intl, subsection }) {
|
||||
{displayName}
|
||||
</a>
|
||||
) : (
|
||||
<span className="small">{displayName}</span>
|
||||
<span className="greyed-out small">{displayName}</span>
|
||||
)}
|
||||
</span>
|
||||
</Row>
|
||||
|
||||
Reference in New Issue
Block a user