Skip to content

Commit

Permalink
Merge pull request #78 from oarepo/fixing-wrong-i18n-import
Browse files Browse the repository at this point in the history
fixed incorrect import
  • Loading branch information
mesemus authored Oct 14, 2024
2 parents 8faaadd + 5dd07fd commit 447bcfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";
import { parametrize } from "react-overridable";
import { i18next } from "@translations/oarepo_dashboard";
import { i18next } from "@translations/oarepo_communities";
import {
UserDashboardSearchAppLayoutHOC,
UserDashboardSearchAppResultView,
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = oarepo-communities
version = 5.0.16
version = 5.0.17
description =
authors = Ronald Krist <[email protected]>
readme = README.md
Expand Down

0 comments on commit 447bcfe

Please sign in to comment.