refactor: remove unused userDetails variable from App component

This commit is contained in:
Moyasee
2025-12-23 18:48:56 +02:00
parent 8751e369da
commit dff8d02f3f

View File

@@ -53,7 +53,6 @@ export function App() {
const { clearDownload, setLastPacket } = useDownload();
const {
userDetails,
hasActiveSubscription,
fetchUserDetails,
updateUserDetails,