mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-22 07:29:39 +02:00
refactor: getGroups
This commit is contained in:
@@ -63,7 +63,7 @@ export default function ConvertDaysToHours({
|
||||
setResult(checkLeapYear(input));
|
||||
};
|
||||
|
||||
const getGroups: GetGroupsType<InitialValuesType> | null = () => [];
|
||||
const getGroups: GetGroupsType<InitialValuesType> | null = null;
|
||||
|
||||
return (
|
||||
<ToolContent
|
||||
|
Reference in New Issue
Block a user