Skip to content

Commit

Permalink
chore: rm unused
Browse files Browse the repository at this point in the history
  • Loading branch information
blushi committed Oct 22, 2024
1 parent fed2729 commit ae0f89c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ function ProjectDetails(): JSX.Element {
const { isConnected, isKeplrMobileWeb, wallet, loginDisabled } = useWallet();

const location = useLocation();
const navigate = useNavigate();
const { activeAccount } = useAuth();
const [isCreatePostModalOpen, setIsCreatePostModalOpen] = useState(false);
const [draftPost, setDraftPost] = useState<
Expand Down Expand Up @@ -122,7 +121,6 @@ function ProjectDetails(): JSX.Element {
loadingSanityProject,
projectBySlug,
loadingProjectBySlug,
projectByOnChainId,
loadingProjectByOnChainId,
offchainProjectByIdData,
loadingOffchainProjectById,
Expand Down

0 comments on commit ae0f89c

Please sign in to comment.