hide free daily market when signed out
This commit is contained in:
parent
142206b79a
commit
974d5a8d89
|
@ -169,7 +169,7 @@ export default function Sidebar(props: { className?: string }) {
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{deservesDailyFreeMarket ? (
|
{user && deservesDailyFreeMarket ? (
|
||||||
<div className=" mt-4 text-center text-indigo-500">
|
<div className=" mt-4 text-center text-indigo-500">
|
||||||
Use your daily free market! 🎉
|
Use your daily free market! 🎉
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user