Skip to content

Commit

Permalink
Update string for unavailable components
Browse files Browse the repository at this point in the history
  • Loading branch information
ravishankar15 committed Dec 17, 2024
1 parent cf873c0 commit 28de16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/web/ui/src/features/component/ComponentView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const ComponentView: FC<ComponentViewProps> = (props) => {
}

if (!liveDebuggingEnabled) {
return <></>;
return 'Live debugging is not yet available for this component';
}

return (
Expand Down

0 comments on commit 28de16c

Please sign in to comment.