show only 1 task at a time

This commit is contained in:
Martti Malmi
2024-01-10 16:02:36 +02:00
parent 35d7ec4685
commit 9e2582ac81
4 changed files with 53 additions and 48 deletions

View File

@ -8,7 +8,7 @@ import { FormattedMessage, useIntl } from "react-intl";
import { useLongPress } from "use-long-press";
import { AsyncIcon, AsyncIconProps } from "@/Components/Button/AsyncIcon";
import { ZapsSummary } from "@/Components/Event/Zap";
import { ZapsSummary } from "@/Components/Event/ZapsSummary";
import Icon from "@/Components/Icons/Icon";
import SendSats from "@/Components/SendSats/SendSats";
import useEventPublisher from "@/Hooks/useEventPublisher";