format
This commit is contained in:
parent
92bb610dfc
commit
abe733c3b9
|
@ -12,7 +12,7 @@ type AdvisoryTopicsType = {
|
|||
}
|
||||
|
||||
const Advisories = () => {
|
||||
const dispatch = useDispatch();
|
||||
const dispatch = useDispatch()
|
||||
const { subStepAdvisories } = useSelector((state: RootState) => state.advisories)
|
||||
const [selectedTitle, setSelectedTitle] = useState(Object.keys(advisoryTopics)[0])
|
||||
|
||||
|
|
Loading…
Reference in New Issue