diff --git a/src/components/Options.tsx b/src/components/Options.tsx index 8045dbe..26cd22f 100644 --- a/src/components/Options.tsx +++ b/src/components/Options.tsx @@ -1,4 +1,4 @@ -import React, { useRef, useState, useEffect } from 'react'; +import React, { useEffect, useRef, useState } from 'react'; import config, { SuccessOrFailType } from '../config/config'; import apiKeyInvalid from '../utils/apiKey'; import { logUserIn } from '../utils/user'; @@ -253,7 +253,7 @@ export default function Options(): JSX.Element {
setState({ ...state, trackSocialMedia: !state.trackSocialMedia })} > - + Track social media sites