make sell button show on mobile (bet list)
This commit is contained in:
parent
9b4974a3da
commit
e1b1f30c55
|
@ -392,7 +392,7 @@ export function BetsSummary(props: {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Row className={clsx('flex-wrap gap-4 sm:flex-nowrap sm:gap-6', className)}>
|
<Row className={clsx('flex-wrap gap-4 sm:flex-nowrap sm:gap-6', className)}>
|
||||||
<Row className="gap-4 sm:gap-6">
|
<Row className="flex-wrap gap-4 sm:gap-6">
|
||||||
{!isCpmm && (
|
{!isCpmm && (
|
||||||
<Col>
|
<Col>
|
||||||
<div className="whitespace-nowrap text-sm text-gray-500">
|
<div className="whitespace-nowrap text-sm text-gray-500">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user