Commit 9334aa0b authored by Muhammadali's avatar Muhammadali

update-

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