CFE-26 styling tabs and active

This commit is contained in:
2023-10-15 16:45:36 +03:30
parent ab29954941
commit 6b367aeb8c
5 changed files with 43 additions and 17 deletions

View File

@@ -20,14 +20,30 @@ export const AnswersProvider = ({children}) => {
const [state, dispatch] = useReducer(reducer, [{
id:45,
phone_number:'09120630676',
active:true
active:false
}, {
id:50,
phone_number:'09120630675',
active:true
active:false
}, {
id:55,
phone_number:'09120630672',
active:false
}, {
id:60,
phone_number:'09120630672',
active:false
}, {
id:65,
phone_number:'09120630672',
active:false
}, {
id:70,
phone_number:'09120630672',
active:false
}, {
id:75,
phone_number:'09120630672',
active:true
}]);