Skip to content

Commit

Permalink
Gov actions details uncommented
Browse files Browse the repository at this point in the history
  • Loading branch information
JanJaroszczak committed Feb 19, 2024
1 parent 6ee545d commit cd7231e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export const GovernanceActionDetailsCard = ({
<Typography color="neutralGray" variant="caption">
{t("govActions.details")}
</Typography>
{/* {typeof details === "object" && details !== null ? (
{typeof details === "object" && details !== null ? (
Object.entries(details).map(([key, value]) => {
return (
<div key={key}>
Expand All @@ -179,7 +179,7 @@ export const GovernanceActionDetailsCard = ({
>
{details}
</Typography>
)} */}
)}
</Box>
</Box>
<Button
Expand Down

0 comments on commit cd7231e

Please sign in to comment.