Skip to content

Commit

Permalink
Fixed variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexios80 committed Apr 30, 2021
1 parent 97fb975 commit a6cece1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/view/widgets/widget_editor.dart
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ class WidgetEditor extends StatelessWidget {
),
);

final audioFileSelector = Builder(builder: (context) {
final heartRateEditor = Builder(builder: (context) {
if (properties.value.dataType == DataType.heartRate) {
return Column(
crossAxisAlignment: CrossAxisAlignment.start,
Expand Down Expand Up @@ -366,7 +366,7 @@ class WidgetEditor extends StatelessWidget {
textEditor,
SizedBox(height: 10),
Divider(),
audioFileSelector,
heartRateEditor,
SizedBox(height: 10),
deleteButton,
SizedBox(height: 10),
Expand Down

0 comments on commit a6cece1

Please sign in to comment.