Skip to content

Commit deb2243

Browse files
committed
fix another git fail
1 parent 257d2eb commit deb2243

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/shared-components/avatar/AvatarWithDetails/AvatarWithDetails.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ export function AvatarWithDetails<C extends React.ElementType = "div">({
5353
}: PropsWithChildren<AvatarWithDetailsProps<C>>): JSX.Element {
5454
const Component = as || "div";
5555

56-
<<<<<<< HEAD
57-
// Keep Mx_MediaBody to support the compatibility with existing timeline and the all the layout
58-
=======
59-
>>>>>>> origin/develop
6056
return (
6157
<Component className={classNames(styles.avatarWithDetails, className)} {...props}>
6258
{avatar}

0 commit comments

Comments
 (0)