Skip to content

Commit

Permalink
Manually run precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
nexy7574 committed Jan 13, 2025
1 parent 8a1534d commit bef3e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/ui/rightpanel/UserModeration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ import { MemDBEvent, MemberEventContent, Membership } from "@/api/types"
import { ModalContext } from "@/ui/modal"
import { RoomContext } from "@/ui/roomview/roomcontext.ts"
import ConfirmWithMessageModal from "@/ui/timeline/menu/ConfirmWithMessageModal.tsx"
import { getPowerLevels } from "@/ui/timeline/menu/util.ts"
import Gavel from "@/icons/gavel.svg?react"
import PersonAdd from "@/icons/person-add.svg?react"
import PersonRemove from "@/icons/person-remove.svg?react"
import { getPowerLevels } from "@/ui/timeline/menu/util.ts";

interface UserModerationProps {
userID: string;
Expand Down

0 comments on commit bef3e43

Please sign in to comment.