CFE-26 styling tabs and active
This commit is contained in:
@@ -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
|
||||
}]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user