fix eslint

This commit is contained in:
Tom (plebeius.eth)
2024-09-15 21:38:16 +02:00
parent b363c27108
commit 7497daa4d0
3 changed files with 2 additions and 4 deletions
@@ -30,8 +30,6 @@ import Tooltip from '../tooltip';
import { PostProps } from '../../views/post/post';
import { create } from 'zustand';
import _ from 'lodash';
import SubplebbitRules from '../subplebbit-rules';
import subplebbitRules from '../subplebbit-rules';
interface ShowOmittedRepliesState {
showOmittedReplies: Record<string, boolean>;