Commit ab701a8d authored by Muhammadali's avatar Muhammadali

update

parent 98fedf03
{
"name": "boxdialer",
"version": "4.8.37",
"version": "4.8.38",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "boxdialer",
"version": "4.8.37",
"version": "4.8.38",
"license": "ISC",
"dependencies": {
"@emotion/react": "^11.11.1",
......
{
"name": "boxdialer",
"version": "4.8.38",
"version": "4.8.39",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -84,7 +84,7 @@ const InnerCaller = ({ hidden, type, from, innerTimer }) => {
}
};
if (from.length > 6) return;
if (typeof from !== 'undefined' && from.length > 6) return;
return (
<Block hidden={hidden}>
<div className='top'>
......
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