Skip to content
Snippets Groups Projects
Commit c70136bc authored by Tom Robinson's avatar Tom Robinson
Browse files

Fix lint

parent b4160132
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,7 @@ export function enableTranslatedStringReplacement() {
return new Array(Math.ceil(string.length / 2) + 1).join("");
}
}
// eslint-disable-next-line react/display-name
c3po.jt = (...args) => {
const elements = _jt(...args);
return (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment