Skip to content

Commit

Permalink
fix(#33): remove mint token button from sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
ifaouibadi committed Jan 15, 2024
1 parent 3b8ec9b commit 938f0b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/views/spaces/SpacePanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ import React, {
import { DragDropContext, Draggable, Droppable, DroppableProvidedProps } from "react-beautiful-dnd";

import SuperheroDexButton from "./SuperheroDexButton";
import MintTokenButton from "./MintTokenButton";

const useSpaces = (): [Room[], MetaSpace[], Room[], SpaceKey] => {
const invites = useEventEmitterState<Room[]>(SpaceStore.instance, UPDATE_INVITED_SPACES, () => {
Expand Down Expand Up @@ -409,7 +408,6 @@ const SpacePanel: React.FC = () => {
</Droppable>

<SuperheroDexButton isPanelCollapsed={isPanelCollapsed} />
<MintTokenButton isPanelCollapsed={isPanelCollapsed} />
<QuickSettingsButton isPanelCollapsed={isPanelCollapsed} />
</div>
</DragDropContext>
Expand Down

0 comments on commit 938f0b6

Please sign in to comment.