Commit 63b690ae authored by Muhammadali's avatar Muhammadali

update-

parent 93b0fafb
{
"name": "boxdialer",
"version": "3.0.5",
"version": "3.0.6",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -118,8 +118,10 @@ ModalDropDown.Item = styled.p`
position: absolute;
bottom: 5px;
right: 5px;
font-size: 10px;
font-size: 8px;
color: #333;
padding: 0;
margin: 0;
}
`;
ModalDropDown.FullWindow = styled.div`
......
......@@ -194,7 +194,7 @@ const ModalPhoneNumpad = ({
...call_history,
{
value: inputValue,
time: `${currentTime.getHours()}:${currentTime.getMinutes()} | ${currentTime.getDate()}, ${currentTime.getMonth()}, ${currentTime.getFullYear()}`,
time: `${currentTime.getHours()}:${currentTime.getMinutes()} ${currentTime.getDate()}.${currentTime.getMonth()}.${currentTime.getFullYear()}`,
},
]);
localStorage.setItem('callhistory', newCallsStringify);
......
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