Skip to content

Commit 8eb0be8

Browse files
committed
remove unnecessary else condition
1 parent bd763f3 commit 8eb0be8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/src/main/kotlin/org/cru/godtools/ui/dashboard/DashboardLayout.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ internal fun DashboardLayout(
151151
Page.HOME -> HomeScreen
152152
Page.FAVORITE_TOOLS -> AllFavoritesScreen
153153
Page.ALL_TOOLS -> ToolsScreen
154-
else -> error("Page $page is not converted to Circuit yet")
155154
},
156155
onNavEvent = {
157156
when (it) {

0 commit comments

Comments
 (0)