Skip to content

Commit

Permalink
fix avatar alignment (#2989)
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavnathe authored Dec 28, 2024
1 parent c310730 commit e819baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/OrganizationActionItems/ItemViewModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ const ItemViewModal: FC<InterfaceViewModalProps> = ({ isOpen, hide, item }) => {
className={styles.TableImage}
/>
) : (
<div className={styles.avatarContainer}>
<div className={styles.TableImage}>
<Avatar
key={assigner._id + '1'}
containerStyle={styles.imageContainer}
Expand Down

0 comments on commit e819baa

Please sign in to comment.