mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-18 06:24:25 +01:00
update
This commit is contained in:
@@ -6,6 +6,7 @@ import ColumnItem from '@/components/ColumnItem';
|
||||
import Reaction from '@/components/event/Reaction';
|
||||
import Repost from '@/components/event/Repost';
|
||||
import TextNote from '@/components/event/TextNote';
|
||||
import ZapReceipt from '@/components/event/ZapReceipt';
|
||||
import useConfig from '@/core/useConfig';
|
||||
|
||||
export type NotificationProps = {
|
||||
@@ -36,6 +37,13 @@ const Notification: Component<NotificationProps> = (props) => {
|
||||
<Repost event={event} />
|
||||
</ColumnItem>
|
||||
</Match>
|
||||
{/*
|
||||
<Match when={event.kind === Kind.Zap}>
|
||||
<ColumnItem>
|
||||
<ZapReceipt event={event} />
|
||||
</ColumnItem>
|
||||
</Match>
|
||||
*/}
|
||||
</Switch>
|
||||
</Show>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user