Skip to content

Commit

Permalink
fix(gno/dao): run linter
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelVallenet committed Nov 11, 2024
1 parent 2efbcf5 commit 52e1f49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/user/UserCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import {
ViewStyle,
} from "react-native";

import { UserDisplayName } from "./UserDisplayName";
import { Username } from "./Username";
import dotsCircleSVG from "../../../assets/icons/dots-circle.svg";
import trashSVG from "../../../assets/icons/trash.svg";
import { useFeedbacks } from "../../context/FeedbacksProvider";
Expand Down Expand Up @@ -39,8 +41,6 @@ import { SVG } from "../SVG";
import { BoxStyle } from "../boxes/Box";
import { TertiaryBox } from "../boxes/TertiaryBox";
import { UserAvatarWithFrame } from "../images/AvatarWithFrame";
import { UserDisplayName } from "./UserDisplayName";
import { Username } from "./Username";

export const UserCard: React.FC<{
userId: string;
Expand Down

0 comments on commit 52e1f49

Please sign in to comment.