Skip to content

Commit

Permalink
refactor: reverting
Browse files Browse the repository at this point in the history
  • Loading branch information
RabeeAbuBaker committed Oct 11, 2023
1 parent cfa6ed6 commit 63e223f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/routes/account.$accountId.$appId.logs/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,7 @@ export default function AccountInsights() {
return <ErrorView message={message} />
}

return <AppLogs logs={data?.logs} />
const { logs } = data

return <AppLogs logs={logs} />
}

0 comments on commit 63e223f

Please sign in to comment.