fix: unused variable
This commit is contained in:
parent
45e35e6e85
commit
9f869503b2
|
|
@ -14,7 +14,6 @@ class ProfilScreen extends StatefulWidget {
|
|||
class _ProfilScreenState extends State<ProfilScreen> {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
final titleofscreen = "Profil";
|
||||
return Scaffold(
|
||||
body: Consumer<LogoutViewModel>(
|
||||
builder: (context, viewModel, child) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue