Skip to content

Commit

Permalink
Merge pull request #387 from afaneca/develop
Browse files Browse the repository at this point in the history
7.1.1
  • Loading branch information
afaneca authored Dec 22, 2024
2 parents e72bf0d + 951298e commit b811e36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "myfin-web",
"private": true,
"version": "7.1.0",
"version": "7.1.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
4 changes: 1 addition & 3 deletions src/features/rules/Rules.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,7 @@ const Rules = () => {
[filteredRules, accounts, categories, entities],
);

const getMatchingTypeLocalizedText = (
matchingType: string,
): RuleMatchingOperatorType => {
const getMatchingTypeLocalizedText = (matchingType: string): string => {
switch (matchingType) {
case RuleMatchingOperatorType.Equals:
return t('rules.equals');
Expand Down

0 comments on commit b811e36

Please sign in to comment.