Skip to content

Commit

Permalink
fix getQueryParam import for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andreymikhadyuk committed Nov 21, 2023
1 parent 3deddde commit 655a8e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/states/inbox/reducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
FeedLayoutItemWithFollowData,
} from "@/shared/interfaces";
import { ChatChannel, CommonFeed, Timestamp } from "@/shared/models";
import { getQueryParam } from "@/shared/utils";
import { getQueryParam } from "@/shared/utils/queryParams";
import * as actions from "./actions";
import { InboxItems, InboxState } from "./types";
import { getFeedLayoutItemDateForSorting } from "./utils";
Expand Down

0 comments on commit 655a8e4

Please sign in to comment.