diff --git a/app/components/Activity/Activity.js b/app/components/Activity/Activity.js index 08f1a632..d988b23b 100644 --- a/app/components/Activity/Activity.js +++ b/app/components/Activity/Activity.js @@ -218,17 +218,18 @@ class Activity extends Component { ))} - {showExpiredToggle && ( -
  • -
    - {showExpiredRequests ? ( - - ) : ( - - )} -
    -
  • - )} + {showExpiredToggle && + currentActivity.length > 0 && ( +
  • +
    + {showExpiredRequests ? ( + + ) : ( + + )} +
    +
  • + )}