Skip to content

Commit eec8946

Browse files
authored
fix minor issue (#322)
1 parent 706e659 commit eec8946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/app-with-scenes/src/pages/WithDrilldown/WithDrilldown.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const getDrilldownsAppScene = () => {
7070

7171
return new SceneAppPage({
7272
url: prefixRoute(`${ROUTES.WithDrilldown}`) + `/room/${roomName}/temperature`,
73-
title: `${roomName} overview`,
73+
title: `${decodeURI(roomName)} overview`,
7474
subTitle: 'This scene is a particular room drilldown. It implements two tabs to organise the data.',
7575
getParentPage: () => parent,
7676
getScene: () => {

0 commit comments

Comments
 (0)