Remove "show more" CW button, display SensitiveContentOverlay instead

This commit is contained in:
Alex Gleason
2022-10-31 15:18:40 -05:00
parent a1b063fb55
commit e3352b89d8
8 changed files with 21 additions and 99 deletions

View File

@@ -56,7 +56,6 @@ const SelectedStatus = ({ statusId }: { statusId: string }) => {
<StatusContent
status={status}
expanded
collapsable
/>

View File

@@ -79,7 +79,6 @@ const PendingStatus: React.FC<IPendingStatus> = ({ idempotencyKey, className, mu
<StatusContent
status={status}
expanded
collapsable
/>