remove unneeded default value

This commit is contained in:
Keith Grant 2020-02-03 12:55:53 -08:00
parent 638e8c7add
commit eceeeea22d

View File

@ -33,7 +33,7 @@ function OrganizationsList({ i18n }) {
const addUrl = `${match.url}/add`;
const {
result: { organizations = {}, organizationCount, actions },
result: { organizations, organizationCount, actions },
error: contentError,
isLoading: isOrgsLoading,
request: fetchOrganizations,