Skip to content

Commit

Permalink
remove prop align items
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele-mng authored and bjoernricks committed Feb 12, 2025
1 parent 422e688 commit 83d3bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/entities/entitynametabledata.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const EntityNameTableData = ({
{isDefined(entity.comment) && <Comment>({entity.comment})</Comment>}
{children}
</div>
<Layout alignItems="center">
<Layout>
<ObserverIcon
displayName={displayName}
entity={entity}
Expand Down

0 comments on commit 83d3bfa

Please sign in to comment.