mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-07-11 23:32:56 +02:00
Fix date
This commit is contained in:
@@ -21,7 +21,7 @@ export function SettingsLicense() {
|
|||||||
const [activateFormVisible, toggleActivateFormVisible] = useToggle(false);
|
const [activateFormVisible, toggleActivateFormVisible] = useToggle(false);
|
||||||
const settings = useSettings();
|
const settings = useSettings();
|
||||||
const specialAnnouncement =
|
const specialAnnouncement =
|
||||||
settings.createdAt < '2024-12-02' && check.data?.type === 'trial_ended';
|
settings.createdAt < '2024-12-03' && check.data?.type !== 'commercial_use';
|
||||||
const [copied, setCopied] = useTimedBoolean();
|
const [copied, setCopied] = useTimedBoolean();
|
||||||
const copy = useCopy({ disableToast: true });
|
const copy = useCopy({ disableToast: true });
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user