app: remove lingering TODO

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-04-02 16:22:29 +05:30
parent d48d1c44ea
commit 94afe3c15f

View file

@ -29,7 +29,7 @@ class LobstersBottomNavTest : ScreenshotTest {
DarkTestTheme { DarkTestTheme {
LobstersBottomNav( LobstersBottomNav(
currentDestination = Destination.startDestination, currentDestination = Destination.startDestination,
navigateToDestination = { /*TODO*/}, navigateToDestination = {},
jumpToIndex = { _, _ -> }, jumpToIndex = { _, _ -> },
) )
} }