Skip to content

Commit

Permalink
lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Diivvuu committed Oct 17, 2024
1 parent dcfa51d commit 56c8fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/message.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { usePanel } from "@/hooks/use-panel";
import { ThreadBar } from "./thread-bar";

const Renderer = dynamic(() => import("@/components/renderer"), { ssr: false });
const Editor = dynamic(() => import("@/components/editor"), { ssr: false });
const Editor = dynamic(() => import("@/components/Editor"), { ssr: false });
interface MessageProps {
id: Id<"messages">;
memberId: Id<"members">;
Expand Down

0 comments on commit 56c8fe6

Please sign in to comment.