Commit abd9d1d9 authored by Muhammadali's avatar Muhammadali

update verison: 0.9.9

parent e519501b
{
"name": "boxdialer",
"version": "0.9.8",
"version": "0.9.9",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -8,7 +8,7 @@ const DropDown = ({ reasons, reason, selectFunc }) => {
return (
<DropDownStyle
onClick={() => setVisible(visible == 0 ? 0 : 1)}
onClick={() => setVisible(visible ? 0 : 1)}
className='nocopy'>
<DropDownStyle.Text>{reason}</DropDownStyle.Text>
<DropDownStyle.DropDown visiblevalue={visible} className={'nocopy'}>
......
......@@ -43,6 +43,7 @@ DropDownStyle.DropDown = styled.div`
background-color: #e9e9e9;
}
}
${({ visiblevalue }) => console.log(visiblevalue, 'visiblevalue')}
${({ visiblevalue }) =>
visiblevalue == 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