fix indent

This commit is contained in:
Collin M. Barrett 2019-08-31 13:31:42 -05:00
parent 1230129a4b
commit 81a38e7a62

View file

@ -22,7 +22,7 @@ const PrimaryButton = (props: Props) => {
icon="import"
{...buttonProps[0]}>
Subscribe
</Button>
</Button>
)
};