Skip to content

Commit 657462c

Browse files
committed
Update Browser.react.js
1 parent 73a0183 commit 657462c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dashboard/Data/Browser/Browser.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2097,7 +2097,7 @@ class Browser extends DashboardView {
20972097
this.setState({ skip });
20982098
this.updateOrdering(this.state.ordering);
20992099
}}
2100-
count={this.state.counts[className]}
2100+
count={count}
21012101
limit={this.state.limit}
21022102
setLimit={limit => {
21032103
this.setState({ limit });

0 commit comments

Comments
 (0)