Commit 4de74934 authored by Muhammadali's avatar Muhammadali

update-

parent a70bcb71
{
"name": "boxdialer",
"version": "2.3.4",
"version": "2.3.5",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -16,7 +16,7 @@ const DropDown = ({ reasons, reason, selectFunc }) => {
<DropDownStyle.DropDown visiblevalue={visible} className={'nocopy'}>
{reasons.map((value, index) => (
<div className='select' key={index} onClick={() => selectFunc(value)}>
{translator.translate(value)}
{translator.translate(value.toUpperCase())}
</div>
))}
</DropDownStyle.DropDown>
......
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