Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
xpaczka committed Dec 1, 2023
1 parent 56c197e commit 69798a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ui/Island/IslandRealmsDetails/RealmPin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ function RealmPinAvatar({ x, y }: RealmPinAvatarProps) {

const [avatarImage] = useImage(avatar)

// TODO: implement video avatar support
if (avatarType === "video/mp4") {
return (
<KonvaVideo
Expand Down

0 comments on commit 69798a0

Please sign in to comment.