Skip to content

Commit

Permalink
small
Browse files Browse the repository at this point in the history
  • Loading branch information
albina committed Sep 27, 2024
1 parent dd4d5a7 commit 461c395
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export const DownloadReports = ({
<ActionCard
key={area.id}
heading={formatMessage(area.name)}
headingVariant="h4"
backgroundColor="blue"
cta={{
label: formatMessage(m.downloadButton),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,7 @@ const List = () => {
? formatMessage(m.listStatusReviewedStatusAlert)
: formatMessage(m.listStatusActiveAlert)
}
type={
listStatus === ListStatus.Reviewed ? 'success' : undefined
}
type={listStatus === ListStatus.Reviewed ? 'success' : undefined}
/>
<ActionExtendDeadline listId={list.id} endTime={list.endTime} />
<Signees numberOfSignatures={list.numberOfSignatures ?? 0} />
Expand Down

0 comments on commit 461c395

Please sign in to comment.