We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d159c1d commit 1204f14Copy full SHA for 1204f14
src/app/components/StateRoute.tsx
@@ -58,7 +58,7 @@ const StateRoute = (props:StateRouteProps) => {
58
/>
59
);
60
} else {
61
- perfChart = <div className="no-data-message">Rendering Data is not available for this application</div>;
+ perfChart = <div className="no-data-message">Application must be running in development mode in order to view performance data</div>;
62
}
63
64
const renderPerfView = () => (
0 commit comments