From 15850f0dbbae020abbc2873f5590db97c5e3cd33 Mon Sep 17 00:00:00 2001 From: keyan Date: Wed, 31 May 2023 19:54:35 -0500 Subject: [PATCH] move free posts message about sub select --- components/post.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/post.js b/components/post.js index 45491a18..4bc84590 100644 --- a/components/post.js +++ b/components/post.js @@ -18,10 +18,10 @@ export function PostForm ({ type, sub, children }) { if (!type) { return (
- {me?.freePosts && me?.sats < 1 ?
{me.freePosts} free posts left
: null} +