Skip to content

Commit

Permalink
Update front_end/src/Components/EditPayroll/types.js
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Dudley <[email protected]>
  • Loading branch information
CaitBarnard and SamDudley authored Dec 17, 2024
1 parent f22bb57 commit 8affac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front_end/src/Components/EditPayroll/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/**
* @typedef {Object} PayModifierData
* @property {number} id - The pay modifier's pk.
* @property {float[]} pay_modifiers - The pay modifier's monthly percentages
* @property {number[]} pay_modifiers - The pay modifier's monthly percentages
*/

export const Types = {};

0 comments on commit 8affac0

Please sign in to comment.