Commit 3b3ce751 authored by Muhammadali's avatar Muhammadali

update-

parent 4de74934
{
"name": "boxdialer",
"version": "2.3.5",
"version": "2.3.6",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -7,7 +7,10 @@ import { useTranslator } from '@eo-locale/react';
const DropDown = ({ reasons, reason, selectFunc }) => {
const translator = useTranslator();
const [visible, setVisible] = useState(0);
console.log(
'translator.translate',
translator.translate(value.toUpperCase()),
);
return (
<DropDownStyle
onClick={() => setVisible(visible ? 0 : 1)}
......
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