Skip to content

Commit 29e301e

Browse files
committed
remove unnecessary brackets around children
1 parent c7c38d0 commit 29e301e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FetchMore/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const FetchMore = ({
2222
className="FetchMore-button"
2323
onClick={() => fetchMore({ variables, updateQuery })}
2424
>
25-
{`More ${children}`}
25+
More {children}
2626
</ButtonUnobtrusive>
2727
)
2828
)}

0 commit comments

Comments
 (0)