Abdul Owhab
Results
1
comments of
Abdul Owhab
`import { RootState, useAppSelector } from "@/store"; export const getLocationNameById = (id: number | string): string => { const { locations } = useAppSelector((state: RootState) => state.locations); const location =...