Skip to content

Commit

Permalink
fix: toutes les pyramides vecteur marquées comme échantillon
Browse files Browse the repository at this point in the history
  • Loading branch information
ocruze committed Jan 28, 2025
1 parent 8be2b5c commit 26fd71d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const PyramidVectorListItem: FC<PyramidVectorListItemProps> = ({ datasheetName,
badge={<StoredDataStatusBadge status={pyramid.status} />}
buttonTitle={t("show_linked_datas")}
date={pyramid?.last_event?.date}
isSample
isSample={pyramid?.tags?.is_sample === "true"}
menuListItems={[
{
text: t("show_details"),
Expand Down

0 comments on commit 26fd71d

Please sign in to comment.