We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd763f3 commit 8eb0be8Copy full SHA for 8eb0be8
1 file changed
app/src/main/kotlin/org/cru/godtools/ui/dashboard/DashboardLayout.kt
@@ -151,7 +151,6 @@ internal fun DashboardLayout(
151
Page.HOME -> HomeScreen
152
Page.FAVORITE_TOOLS -> AllFavoritesScreen
153
Page.ALL_TOOLS -> ToolsScreen
154
- else -> error("Page $page is not converted to Circuit yet")
155
},
156
onNavEvent = {
157
when (it) {
0 commit comments