Commit 304c456d authored by Paul Kaplan's avatar Paul Kaplan

Fix loadMore not working for user-projects-modal

parent 8984f2ce
...@@ -91,7 +91,7 @@ const UserProjectsModal = ({ ...@@ -91,7 +91,7 @@ const UserProjectsModal = ({
className={classNames('button', { className={classNames('button', {
'mod-mutating': loading 'mod-mutating': loading
})} })}
onClick={onLoadMore} onClick={() => onLoadMore(filter)}
> >
<FormattedMessage id="general.loadMore" /> <FormattedMessage id="general.loadMore" />
</button> </button>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment