Skip to content

Commit 0f5e0cf

Browse files
committed
fix: typo
1 parent 728ef08 commit 0f5e0cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/shared/lokalita-list/Container.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ export class Container extends React.Component {
3434

3535
// server and client side fetch actions (see render.jsx & componentDidMount):
3636
static get fetchActions() {
37-
return [Container.fetchZarizeni]
37+
return [Container.fetchItems]
3838
}
3939

40-
static fetchZarizeni({ params }) {
40+
static fetchItems({ params }) {
4141
return actions.fetchCollection({ params })
4242
}
4343

0 commit comments

Comments
 (0)