forked from firka/student-legacy
removed reasonless test button lol
This commit is contained in:
parent
a8dce30022
commit
ac9e3e9ff3
@ -18,7 +18,6 @@ import 'package:flutter/material.dart';
|
||||
import 'package:flutter_feather_icons/flutter_feather_icons.dart';
|
||||
import 'package:provider/provider.dart';
|
||||
|
||||
import 'goal_complete_modal.dart';
|
||||
import 'goal_planner_screen.dart';
|
||||
import 'graph.dart';
|
||||
|
||||
@ -424,12 +423,6 @@ class _GoalStateScreenState extends State<GoalStateScreen> {
|
||||
plan: plan!,
|
||||
)
|
||||
: const Text(''),
|
||||
TextButton(
|
||||
onPressed: () async {
|
||||
GoalCompleteModal.show(widget.subject,
|
||||
context: context);
|
||||
},
|
||||
child: const Text('faszteszt'))
|
||||
],
|
||||
),
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user