Commit eb0bb4d2 authored by Muhammadali's avatar Muhammadali

update-

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