mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
chore(package.json): upgrade plebbit-react-hooks
This commit is contained in:
@@ -112,7 +112,6 @@ const EditMenu = ({ commentCid, isAccountMod, isAccountCommentAuthor, isCommentA
|
||||
const headingId = useId();
|
||||
|
||||
const _publishCommentEdit = async () => {
|
||||
console.log('publishCommentEditOptions', publishCommentEditOptions);
|
||||
try {
|
||||
await publishCommentEdit();
|
||||
} catch (error) {
|
||||
|
||||
@@ -128,7 +128,7 @@ interface MarkdownProps {
|
||||
title?: string;
|
||||
}
|
||||
|
||||
const Markdown = ({ content, spoiler, title }: MarkdownProps) => {
|
||||
const Markdown = ({ content, title }: MarkdownProps) => {
|
||||
const remarkPlugins: any[] = [[supersub]];
|
||||
|
||||
if (content && content.length <= MAX_LENGTH_FOR_GFM) {
|
||||
|
||||
Reference in New Issue
Block a user