Skip to content

Commit

Permalink
Clean-up comments on state
Browse files Browse the repository at this point in the history
  • Loading branch information
bndw committed Aug 4, 2021
1 parent 9f66350 commit 8938aa3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/App.js
Expand Up @@ -18,13 +18,11 @@ function App() {
ssid: '',
// Network password
password: '',
// Show advanced options
showAdvanced: false,
// Advanced option: Network encryption mode
// Settings: Network encryption mode
encryptionMode: 'WPA',
// Advanced option: Hide password on the printed card
// Settings: Hide password on the printed card
hidePassword: false,
// Advanced option: Portrait orientation
// Settings: Portrait orientation
portrait: false,
});
const [errors, setErrors] = useState({
Expand Down

0 comments on commit 8938aa3

Please sign in to comment.