Skip to content

Commit

Permalink
Corrected syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Clon1998 committed Mar 31, 2024
1 parent 603c62e commit 09e8f53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ui/components/filament_sensor_watcher.dart
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ class FilamentSensorWatcher extends StatefulHookConsumerWidget {
final String machineUUID;

@override
ConsumerState<FilamentSensorWatcher> createState() => _PrinterCalibrationWatcherState();
ConsumerState<FilamentSensorWatcher> createState() => _FilamentSensorWatcherState();
}

class _PrinterCalibrationWatcherState extends ConsumerState<FilamentSensorWatcher> {
class _FilamentSensorWatcherState extends ConsumerState<FilamentSensorWatcher> {
DialogService get _dialogService => ref.read(dialogServiceProvider);

bool _enabled = true;
Expand Down

0 comments on commit 09e8f53

Please sign in to comment.