Revert "Linting"

This reverts commit adf817766e.
pull/2803/head
zomars 2022-05-17 22:09:06 -06:00
parent 2d56096d8f
commit fc59338057
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ export default function Cal({
}
initializedRef.current = true;
const element = ref.current;
const initConfig = {};
let initConfig = {};
if (calOrigin) {
(initConfig as any).origin = calOrigin;
}