Commit 9334aa0b authored by Muhammadali's avatar Muhammadali

update-

parent fa656b3a
{
"name": "boxdialer",
"version": "2.7.5",
"version": "2.7.6",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -43,7 +43,10 @@ const CallHistoryInputDropdown = ({
className='item'
key={index}
onClick={() => selectFuncInset(value)}>
{value}: {call_history.length - index === index}
{value}:{' '}
{call_history.length - numberSelectHistory === index
? 'true'
: 'false'}
</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