Commit 792ca97c authored by Vitaly Slobodin's avatar Vitaly Slobodin

Fix ESLint error

parent 2c8e0e1e
......@@ -16,7 +16,7 @@ export const initQrtlyReconciliationAlert = (selector = '#js-qrtly-reconciliatio
return createElement(QrtlyReconciliationAlert, {
props: {
date: new Date(reconciliationDate),
cookieKey: cookieKey,
cookieKey,
},
});
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment