TP-77706 Docs fix

This commit is contained in:
ShriPrakashBajpai
2024-08-29 17:17:36 +05:30
parent fdbdeda8dc
commit 79fcb01683

View File

@@ -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);