limit tags to 1 for recommended claim previews

This commit is contained in:
Sean Yesmunt 2019-07-01 00:00:06 -04:00
parent 2ee1855484
commit cc4ba46403

View file

@ -3,7 +3,7 @@ import * as React from 'react';
import classnames from 'classnames';
import Button from 'component/button';
const SLIM_TAGS = 2;
const SLIM_TAGS = 1;
const NORMAL_TAGS = 4;
const LARGE_TAGS = 10;