Skip to content

Commit

Permalink
Merge pull request franciscobmacedo#11 from GuiBGP/patch-1
Browse files Browse the repository at this point in the history
Updating SS_MAX_MONTH_INCOME
  • Loading branch information
franciscobmacedo authored Jul 12, 2023
2 parents 2544cb6 + 0d11230 commit f58c5ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { asCurrency } from "@/utils.js";

const YEAR_BUSINESS_DAYS = 248;
const MONTH_BUSINESS_DAYS = 22;
const SS_MAX_MONTH_INCOME = 5318.4;
const SS_MAX_MONTH_INCOME = 5765.16;

interface TaxesState {
income: number | null;
Expand Down

0 comments on commit f58c5ff

Please sign in to comment.