Skip to content
Snippets Groups Projects
Commit 22407242 authored by Thi Huyen Trang Nguyen's avatar Thi Huyen Trang Nguyen
Browse files

KAT-50: Changed state class from _AmbulatoryState to AmbulatoryState

parent 5e292b55
No related branches found
No related tags found
No related merge requests found
......@@ -9,9 +9,9 @@ class Ambulatory extends StatefulWidget {
final String title;
@override
_AmbulatoryState createState() => _AmbulatoryState();
AmbulatoryState createState() => AmbulatoryState();
}
class _AmbulatoryState extends State<Ambulatory> {
class AmbulatoryState extends State<Ambulatory> {
@override
Widget build(BuildContext context) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment