yarn format
This commit is contained in:
@@ -121,11 +121,12 @@ export default function MemberListItem(props: Props) {
|
||||
data-email={props.member.email}>
|
||||
{props.member.email}
|
||||
</span>
|
||||
{bookingLink && <>
|
||||
<span className="mx-2 block text-gray-600">•</span>
|
||||
<span className="block text-sm text-gray-600">{bookingLink}</span>
|
||||
</>
|
||||
}
|
||||
{bookingLink && (
|
||||
<>
|
||||
<span className="mx-2 block text-gray-600">•</span>
|
||||
<span className="block text-sm text-gray-600">{bookingLink}</span>
|
||||
</>
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -14,4 +14,3 @@ export const CardInsights = (props: ICardProps) => {
|
||||
</Card>
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user