Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -155,8 +155,8 @@ export struct TopNavigationComponent { | @@ -155,8 +155,8 @@ export struct TopNavigationComponent { | ||
| 155 | .width(72) | 155 | .width(72) |
| 156 | .height(29) | 156 | .height(29) |
| 157 | .onClick((event: ClickEvent) => { | 157 | .onClick((event: ClickEvent) => { |
| 158 | - this.jumpToLiveDetailsPaper() | ||
| 159 | - // this.jumpToENewPaper() | 158 | + // this.jumpToLiveDetailsPaper() |
| 159 | + this.jumpToENewPaper() | ||
| 160 | }) | 160 | }) |
| 161 | 161 | ||
| 162 | Stack({ alignContent: Alignment.Center }) { | 162 | Stack({ alignContent: Alignment.Center }) { |
-
Please register or login to post a comment