Skip to content

Commit

Permalink
Tweak: remove unused constant
Browse files Browse the repository at this point in the history
  • Loading branch information
AleTorrisi committed Nov 18, 2024
1 parent 23ed28b commit 6bf3faf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/advancedSettings/JetpackBoost/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,8 @@ const JetpackBoost = ({ methods, constants }) => {
}
]);

const style = {};

const [is_module_active, setModuleStatus] = useState(false);


const [loading, setLoading] = useState(true); // Nuovo stato per il caricamento

useEffect(() => {
Expand Down

0 comments on commit 6bf3faf

Please sign in to comment.