Solved some small issues
This commit is contained in:
@@ -46,8 +46,6 @@ export default function BatchCodeGenerator({user}: {user: User}) {
|
||||
readAs: "ArrayBuffer",
|
||||
});
|
||||
|
||||
useEffect(() => console.log(expiryDate), [expiryDate]);
|
||||
|
||||
useEffect(() => {
|
||||
if (!isExpiryDateEnabled) setExpiryDate(null);
|
||||
}, [isExpiryDateEnabled]);
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user