Skip to content

Commit

Permalink
Merge pull request #285 from helxplatform/develop
Browse files Browse the repository at this point in the history
Release 6.0.1 with bug fix
  • Loading branch information
waTeim authored Nov 1, 2023
2 parents c90bfc7 + 48e3479 commit 2144740
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/side-panel/side-panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ export const SidePanel = () => {
const [eventModalInfo, setShowEventInfo] = useState()

const activities = useMemo(() => appActivityCache.reduce((acc, cur) => {
if (!appSpecs) return []
const aid = cur.data.appId
const sid = cur.data.systemId
// If an event exists for an app that isn't in the available apps
Expand Down

0 comments on commit 2144740

Please sign in to comment.