Skip to content

Commit

Permalink
chore: UI issue with undefined value
Browse files Browse the repository at this point in the history
  • Loading branch information
yquansah committed Feb 5, 2024
1 parent a780c21 commit 5c73f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/flags/analytics/Analytics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default function Analytics() {
return {
timestamps: getFlagEvaluationCount.data?.timestamps,
values: getFlagEvaluationCount.data?.values,
notImplemented: fetchError.status === 501
notImplemented: fetchError?.status === 501
};
}, [getFlagEvaluationCount]);

Expand Down

0 comments on commit 5c73f4b

Please sign in to comment.