From 67f10920f608007ac74aa8405e2a45f131c1b5d5 Mon Sep 17 00:00:00 2001 From: Believethehype <1097224+believethehype@users.noreply.github.com> Date: Mon, 20 May 2024 00:35:39 +0200 Subject: [PATCH] Update NIP90ContentDiscoveryScreen.kt --- .../amethyst/ui/screen/loggedIn/NIP90ContentDiscoveryScreen.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/NIP90ContentDiscoveryScreen.kt b/app/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/NIP90ContentDiscoveryScreen.kt index 79a059d97..fd35c1892 100644 --- a/app/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/NIP90ContentDiscoveryScreen.kt +++ b/app/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/NIP90ContentDiscoveryScreen.kt @@ -372,7 +372,7 @@ fun FeedDVM( ) } }) { - Text(text = "Pay " + (amount / 1000).toString() + " Sats to the DVM") + Text(text = "Pay " + (amount / 1000).toString() + " Sats to the DVM") } } else { statusNote?.let {