mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-17 22:14:26 +01:00
fix: unneeded margin of zap receipt
This commit is contained in:
@@ -105,11 +105,11 @@ const ZapReceipt: Component<ZapReceiptProps> = (props) => {
|
||||
{event().description().content}
|
||||
</div>
|
||||
</Show>
|
||||
<div class="notification-event py-1">
|
||||
<Show when={event().zappedEventId() != null}>
|
||||
<Show when={event().zappedEventId() != null}>
|
||||
<div class="notification-event py-1">
|
||||
<EventDisplayById eventId={event().zappedEventId()} />
|
||||
</Show>
|
||||
</div>
|
||||
</div>
|
||||
</Show>
|
||||
</Show>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user