From d47c418bb03ef66558fd08e767675cd8b871d433 Mon Sep 17 00:00:00 2001 From: alexisnsns Date: Wed, 17 Jan 2024 15:04:28 -0500 Subject: [PATCH] prettify --- ui/app/src/StreamPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/src/StreamPage.tsx b/ui/app/src/StreamPage.tsx index 9ca8bfe..6271061 100644 --- a/ui/app/src/StreamPage.tsx +++ b/ui/app/src/StreamPage.tsx @@ -8,7 +8,7 @@ import StreamManager, { Stream } from "@apeworx/apepay"; import { UpdateStream, StreamStatus, - CancelStream + CancelStream, } from "@apeworx/apepay-react"; import { usePublicClient,