Skip to content

Commit

Permalink
rebase avec main
Browse files Browse the repository at this point in the history
Signed-off-by: fc-santos <[email protected]>
  • Loading branch information
fc-santos committed Jan 27, 2025
2 parents 12897b2 + 3df5092 commit 9c5ea51
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/src/components/HistoryListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,7 @@ const HistoryListItem: React.FC<Props> = ({
body: details.body,
eventTime: details.eventTime,
image: activateSelection ? (
<CustomCheckBox
selected={selected}
setSelected={() => setSelected && setSelected({ id: item.content.id ?? '' })}
/>
<CustomCheckBox selected={selected} setSelected={() => setSelected} />
) : (
renderCardIcon(item.content.type as HistoryCardType)
),
Expand Down

0 comments on commit 9c5ea51

Please sign in to comment.