Skip to content

Commit 1204f14

Browse files
committed
add message about dev mode when no render data
1 parent d159c1d commit 1204f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/StateRoute.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const StateRoute = (props:StateRouteProps) => {
5858
/>
5959
);
6060
} else {
61-
perfChart = <div className="no-data-message">Rendering Data is not available for this application</div>;
61+
perfChart = <div className="no-data-message">Application must be running in development mode in order to view performance data</div>;
6262
}
6363

6464
const renderPerfView = () => (

0 commit comments

Comments
 (0)