Skip to content

Commit

Permalink
Remove spinned from archived rows
Browse files Browse the repository at this point in the history
Signed-off-by: ibolton336 <[email protected]>
  • Loading branch information
ibolton336 committed Oct 25, 2023
1 parent a431cd4 commit 0a37fd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ const DynamicAssessmentActionsRow: FunctionComponent<
<>
<Td>
<div>
{!isReadonly && !isDeleting && !isFetching && !isMutating ? (
{isReadonly ? null : !isDeleting && !isFetching && !isMutating ? (
<Button
type="button"
variant="primary"
Expand Down

0 comments on commit 0a37fd3

Please sign in to comment.