new parser

This commit is contained in:
2023-11-04 14:18:29 +07:00
parent 912c740c51
commit dad388c6ab
17 changed files with 366 additions and 107 deletions

View File

@@ -19,8 +19,6 @@ import {
import { TitleBar } from '@shared/titleBar';
import { WidgetWrapper } from '@shared/widgets';
import { useNostr } from '@utils/hooks/useNostr';
export function NewsfeedWidget() {
const queryClient = useQueryClient();
@@ -139,6 +137,8 @@ export function NewsfeedWidget() {
};
}, [status]);
console.log('RERENDER');
return (
<WidgetWrapper>
<TitleBar id="9999" isLive />