diff --git a/src/features/Complains/helpers/index.ts b/src/features/Complains/helpers/index.ts index 9b7555f..87104d4 100644 --- a/src/features/Complains/helpers/index.ts +++ b/src/features/Complains/helpers/index.ts @@ -12,7 +12,7 @@ export const getMinutesString = (amount: number, secondWord = `назад`): str } export const getDirectionString = (direction: Directions): string => { - return direction === `in` ? `в Ксты` : `из Кстов` + return direction === `in` ? `из Кстов` : `в Ксты` } export const getTypeString = (type: ComplainType): string => {