Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoluteur committed Nov 13, 2022
1 parent a809396 commit 18f3f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/format.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import moment from "moment";
import { filesUrl, locale } from "../config";
import { fieldTypes as ft } from "./dico";

const isFunction = (x) => typeof x === "function";
// const isFunction = (x) => typeof x === "function";

const nullOrUndefined = (v) => v === null || v === undefined;
const mFormat = (d, format) =>
Expand Down

0 comments on commit 18f3f2a

Please sign in to comment.