Skip to content

Commit

Permalink
fix(frontend): set 4k status on RequestItem when request is for 4k
Browse files Browse the repository at this point in the history
  • Loading branch information
sct committed Feb 1, 2021
1 parent a7314f8 commit a3b00c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/RequestList/RequestItem/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ const RequestItem: React.FC<RequestItemProps> = ({
] ?? []
).length > 0
}
is4k={requestData.is4k}
/>
)}
</Table.TD>
Expand Down

0 comments on commit a3b00c3

Please sign in to comment.