Commit 93a278b6 authored by Muhammadali's avatar Muhammadali

update-

parent 653211bb
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "4.0.3", "version": "4.0.4",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -54,6 +54,8 @@ const InnerCaller = ({ hidden, type, from, innerTimer }) => { ...@@ -54,6 +54,8 @@ const InnerCaller = ({ hidden, type, from, innerTimer }) => {
); );
} }
}; };
if (from.length > 6) return;
return ( return (
<Block hidden={hidden}> <Block hidden={hidden}>
<div className='top'> <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