Skip to content

Commit

Permalink
#3215: Remove unnecessary showAuthors prop
Browse files Browse the repository at this point in the history
  • Loading branch information
cemalettin-work committed Oct 26, 2020
1 parent dbd6271 commit a14df56
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions client/src/components/ReportCollection.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { setPagination } from "actions"
import ButtonToggleGroup from "components/ButtonToggleGroup"
import {
PageDispatchersPropType,
mapPageDispatchersToProps
mapPageDispatchersToProps,
PageDispatchersPropType
} from "components/Page"
import ReportCalendar from "components/ReportCalendar"
import ReportMap from "components/ReportMap"
Expand Down Expand Up @@ -83,7 +83,6 @@ const ReportCollection = ({
)}
{viewFormat === FORMAT_TABLE && (
<ReportTable
showAuthors
pageDispatchers={pageDispatchers}
paginationKey={paginationKey}
pagination={pagination}
Expand Down

0 comments on commit a14df56

Please sign in to comment.