fix(theme): theme changed incorrectly in pending post page

This commit is contained in:
Tom (plebeius.eth)
2024-08-28 22:05:20 +02:00
parent 21f75c1db1
commit 4e390a9fc5
4 changed files with 36 additions and 9 deletions
-1
View File
@@ -4,7 +4,6 @@ import { autoUpdate, FloatingFocusManager, offset, shift, useClick, useDismiss,
import { Comment, PublishCommentEditOptions, usePublishCommentEdit } from '@plebbit/plebbit-react-hooks';
import styles from './edit-menu.module.css';
import { alertChallengeVerificationFailed } from '../../lib/utils/challenge-utils';
import { formatMarkdown } from '../../lib/utils/post-utils';
import useChallengesStore from '../../stores/use-challenges-store';
import _ from 'lodash';
import useIsMobile from '../../hooks/use-is-mobile';