TP-77706 Docs fix
This commit is contained in:
@@ -73,8 +73,8 @@ const AgentIdCard = () => {
|
||||
const originalImageUri = useAppSelector((state) => state.profile.originalImageUri);
|
||||
const optimizedImageUri = useAppSelector((state) => state.profile.optimizedImageUri);
|
||||
const agentName = useAppSelector((state) => state.user.user?.name!!);
|
||||
const agencyName = useAppSelector((state) => state.profile.agencyName);
|
||||
const agencyCode = useAppSelector((state) => state.profile.agencyCode);
|
||||
const agencyName = useAppSelector((state) => state.profile?.agencyName);
|
||||
const agencyCode = useAppSelector((state) => state.profile?.agencyCode);
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user