[WEB-507] fix: cycle lead details not visible (#3750)

* fix: cycle lead details

* revert: sidebar padding changes
This commit is contained in:
Aaryan Khandelwal 2024-02-23 18:52:47 +05:30 committed by GitHub
parent 5571d42e10
commit 27fcfcf620
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -59,7 +59,7 @@ export const CycleDetailsSidebar: React.FC<Props> = observer((props) => {
const { getUserDetails } = useMember();
// derived values
const cycleDetails = getCycleById(cycleId);
const cycleOwnerDetails = cycleDetails ? getUserDetails(cycleDetails.owned_by) : undefined;
const cycleOwnerDetails = cycleDetails ? getUserDetails(cycleDetails.owned_by_id) : undefined;
// toast alert
const { setToastAlert } = useToast();
// form info