Skip to content

Commit

Permalink
Ran prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
louisg1337 committed Mar 6, 2024
1 parent 1b3e946 commit f8a6a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/js/control/BluetoothScanSettingRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const BluetoothScanSettingRow = ({}) => {
displayError(e, 'Insufficient Permissions');
}
} else {
displayErrorMsg("Sorry, iOS is not supported for this feature!", "iOS Not Supported");
displayErrorMsg('Sorry, iOS is not supported for this feature!', 'iOS Not Supported');
}
}

Expand Down

0 comments on commit f8a6a8e

Please sign in to comment.