Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
CHARLES BOND authored and CHARLES BOND committed Jun 26, 2024
1 parent 9ebddc6 commit b796c5b
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ import androidx.compose.ui.graphics.vector.ImageVector
import androidx.compose.ui.platform.testTag
import androidx.compose.ui.unit.dp
import androidx.compose.ui.unit.sp
import coil3.compose.AsyncImage
import coil3.compose.LocalPlatformContext
import coil3.request.ImageRequest
import io.github.droidkaigi.confsched.model.Timetable
import io.github.droidkaigi.confsched.model.TimetableItem
import io.github.droidkaigi.confsched.model.TimetableRoom.Shapes.CIRCLE
Expand Down Expand Up @@ -164,7 +161,7 @@ fun TimetableList(
.padding(5.dp)
.align(Alignment.CenterVertically),
)
//timetableItem.
// TODO: Message goes here (missing from object we can access here?)
}
}
// TODO: There is no data for the warning string right now. (Should go here)
Expand Down

0 comments on commit b796c5b

Please sign in to comment.