remove comment

This commit is contained in:
Boa 2022-04-28 10:26:19 -06:00 committed by GitHub
parent 7d4d860f95
commit a19d82a946
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -171,7 +171,6 @@ export default function Sidebar() {
/> />
</div> </div>
{/*// check their markets for if any have a created time of today, if they haven't made a market today, let them know they get a free market*/}
{deservesDailyFreeMarket ? ( {deservesDailyFreeMarket ? (
<div className=" text-primary mt-4 text-center"> <div className=" text-primary mt-4 text-center">
Use your daily free market! Use your daily free market!
@ -180,7 +179,6 @@ export default function Sidebar() {
<div /> <div />
)} )}
{/*// check their markets for if any have a created time of today, if they haven't made a market today, give let them know they get a free market*/}
{user && ( {user && (
<div className={'aligncenter flex justify-center'}> <div className={'aligncenter flex justify-center'}>
<Link href={'/create'}> <Link href={'/create'}>