Skip to content

Commit 18f3f2a

Browse files
committed
Cleanup.
1 parent a809396 commit 18f3f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/format.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import moment from "moment";
1919
import { filesUrl, locale } from "../config";
2020
import { fieldTypes as ft } from "./dico";
2121

22-
const isFunction = (x) => typeof x === "function";
22+
// const isFunction = (x) => typeof x === "function";
2323

2424
const nullOrUndefined = (v) => v === null || v === undefined;
2525
const mFormat = (d, format) =>

0 commit comments

Comments
 (0)