Commit a99f083f authored by Muhammadali's avatar Muhammadali

update-2.2.8

parent e8a2ba2e
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "2.2.7", "version": "2.2.8",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
import React, { useState } from 'react'; import React, { useState } from 'react';
import DropDownStyle from './style'; import DropDownStyle from './style';
import { Text, useTranslator } from '@eo-locale/react'; import { useTranslator } from '@eo-locale/react';
const DropDown = ({ reasons, reason, selectFunc }) => { const DropDown = ({ reasons, reason, selectFunc }) => {
const translator = useTranslator(); const translator = useTranslator();
......
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