Skip to content

Commit

Permalink
Remove completed todo
Browse files Browse the repository at this point in the history
  • Loading branch information
njooma committed Aug 2, 2023
1 parent 992e165 commit 50286ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion example/viam_example_app/lib/screens/base.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ class BaseScreen extends StatelessWidget {
final Iterable<Camera> cameras;
final RobotClient robot;

// TODO change BaseScreen to accept camera ResourceName.
const BaseScreen({Key? key, required this.base, required this.cameras, required this.robot}) : super(key: key);

@override
Expand Down

0 comments on commit 50286ac

Please sign in to comment.