Skip to content

Commit

Permalink
fix: hotfix table list not crashing the app
Browse files Browse the repository at this point in the history
  • Loading branch information
sirtawast committed Aug 12, 2024
1 parent 15534b8 commit e8acb5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const ApplicationArchiveList: React.FC<SearchProps> = ({
},
{
transform: ({ alterations }: TableTransforms) =>
alterations.length > 0 && (
alterations?.length > 0 && (
<$AlterationBadge
$requiresAttention={alterations.some(({ state }) =>
[ALTERATION_STATE.RECEIVED, ALTERATION_STATE.OPENED].includes(
Expand Down

0 comments on commit e8acb5b

Please sign in to comment.