Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
devinleighsmith committed Nov 6, 2023
1 parent 2841633 commit 5eba3b8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ const PropertyManagementActivitiesListContainer: React.FunctionComponent<
useEffect(() => {
fetchPropertyActivities();
}, [fetchPropertyActivities, staleLastUpdatedBy]);
//TODO: remove staleLastUpdatedBy when side bar context is refactored.

const onCreate = () => {
history.push(`/mapview/sidebar/property/${propertyId}/activity/new`);
Expand Down

0 comments on commit 5eba3b8

Please sign in to comment.