mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-18 14:34:25 +01:00
fix: unneeded margin of zap receipt
This commit is contained in:
@@ -105,12 +105,12 @@ const ZapReceipt: Component<ZapReceiptProps> = (props) => {
|
|||||||
{event().description().content}
|
{event().description().content}
|
||||||
</div>
|
</div>
|
||||||
</Show>
|
</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()} />
|
<EventDisplayById eventId={event().zappedEventId()} />
|
||||||
</Show>
|
|
||||||
</div>
|
</div>
|
||||||
</Show>
|
</Show>
|
||||||
|
</Show>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user