Skip to content

Commit

Permalink
fix avatar alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavnathe committed Dec 28, 2024
1 parent 43f2c61 commit ede754b
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 ede754b

Please sign in to comment.