From 406ca3b998b5ff141de6a8fa72924fff491ebcc6 Mon Sep 17 00:00:00 2001 From: Suisse00 Date: Thu, 2 Jul 2020 19:02:12 -0400 Subject: [PATCH] Un hardcoded price filter label options --- static/app-strings.json | 4 +++- ui/component/claimListDiscover/view.jsx | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/static/app-strings.json b/static/app-strings.json index 3dc45936b..66a367130 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -1289,5 +1289,7 @@ "Cover Image": "Cover Image", "You Followed Your First Channel!": "You Followed Your First Channel!", "Awesome! You just followed your first first channel.": "Awesome! You just followed your first first channel.", - "After submitting, it will take a few minutes for your changes to be live for everyone.": "After submitting, it will take a few minutes for your changes to be live for everyone." + "After submitting, it will take a few minutes for your changes to be live for everyone.": "After submitting, it will take a few minutes for your changes to be live for everyone.", + "Anything": "Anything", + "Paid": "Paid" } diff --git a/ui/component/claimListDiscover/view.jsx b/ui/component/claimListDiscover/view.jsx index 52b3ea407..a4fe4cff1 100644 --- a/ui/component/claimListDiscover/view.jsx +++ b/ui/component/claimListDiscover/view.jsx @@ -703,9 +703,9 @@ function ClaimListDiscover(props: Props) { }) } > - - - + + + ))}