Skip to content

Commit ad6d38a

Browse files
committed
Removed unecessary conditional statement. Added comments.
1 parent d62dd8a commit ad6d38a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/components/AddService.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const { ipcRenderer } = window.require('electron');
88
const AddService = () => {
99
// Context used to ensure that that this page is only seen when the setup is required. Updated when user adds a database.
1010
const ChronosSetup = useContext(SetupContext);
11+
1112
// Local state created for form entries ONLY.
1213
const [dbState, setDbType] = useState('SQL');
1314
const [uriState, setUri] = useState('');

0 commit comments

Comments
 (0)