Commit fa656b3a authored by Muhammadali's avatar Muhammadali

update-

parent eb0bb4d2
{
"name": "boxdialer",
"version": "2.7.4",
"version": "2.7.5",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -43,7 +43,7 @@ const CallHistoryInputDropdown = ({
className='item'
key={index}
onClick={() => selectFuncInset(value)}>
{value}: {call_history.length - index}
{value}: {call_history.length - index === index}
</p>
))}
</ModalDropDown.Inset>
......
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