Skip to content

Commit

Permalink
Fix more types
Browse files Browse the repository at this point in the history
  • Loading branch information
Heenawter committed Nov 21, 2023
1 parent 70c98e1 commit 99df0f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export function DashboardEmptyScreen() {
const originatingApp = embeddableAppContext?.currentAppId;

const goToLens = useCallback(() => {
if (!lensAlias || !('path' in lensAlias.alias)) return;
if (!lensAlias || !lensAlias.alias) return;
const trackUiMetric = usageCollection.reportUiCounter?.bind(
usageCollection,
DASHBOARD_UI_METRIC_ID
Expand Down

0 comments on commit 99df0f9

Please sign in to comment.