Skip to content

Commit

Permalink
ROWY-796 fix action fields showing value and label
Browse files Browse the repository at this point in the history
  • Loading branch information
notsidney committed Nov 29, 2022
1 parent a474e42 commit 86f9905
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/fields/Status/DisplayCell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export const StatusSingleSelect = forwardRef(function StatusSingleSelect({
paddingLeft: "var(--cell-padding)",
}}
>
{value}
{getLabel(value, sortedConditions)}
</div>
);
Expand Down

0 comments on commit 86f9905

Please sign in to comment.