Run prettier :P

This commit is contained in:
James Grugett 2022-06-06 12:55:13 -05:00
parent 587357c13f
commit caa43856af

View File

@ -289,7 +289,7 @@ function CategoryFollowSelector(props: {
)} )}
{mode === 'following' && user && ( {mode === 'following' && user && (
<Row className="items-center gap-2 text-gray-500 h-8"> <Row className="h-8 items-center gap-2 text-gray-500">
<div>Showing markets created by users you are following.</div> <div>Showing markets created by users you are following.</div>
</Row> </Row>
)} )}