Skip to content

Commit

Permalink
fix: trim final space
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jun 12, 2020
1 parent 87df59e commit e9d4b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ microlink.io/${error.code.toLowerCase()}

return (
<CardWrap
className={`${classNames.main} ${className}`}
className={`${classNames.main} ${className}`.trim()}
href={url}
isLoading={isLoading}
ref={cardRef}
Expand Down

0 comments on commit e9d4b0c

Please sign in to comment.