Always show More button. Update page filter.

This commit is contained in:
Mike Cao 2020-09-23 15:41:56 -07:00
parent 15ea2ba913
commit a56738597d
2 changed files with 3 additions and 7 deletions

View file

@ -99,7 +99,7 @@ export default function MetricsTable({
)}
</div>
<div className={styles.footer}>
{limit && data.length > limit && (
{limit && (
<Button icon={<Arrow />} size="xsmall" onClick={() => onExpand(type)}>
<div>
<FormattedMessage id="button.more" defaultMessage="More" />