-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hide personal data processing message #922
Conversation
src/pages/index.tsx
Outdated
</> | ||
) | ||
const PostponeSection = ({ nextPostponeRoute, now, isPostponeLive, isDebug }) => { | ||
const isPostponeExtensionTime = now.getMonth() < 11; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
odklad je mozne spravit iba do konca marca.
asi by som to upravil tak ze by som z PostponeButton
vybral isPostponeTime
do komponentu PostponeSection
potom mozes pouzit v PostponeSection
isPostponeTime
a do PostponeButton
uz posielat isPostponeTime
namiesto now
takto ta logika bude iba na jednom mieste a iba vysledok sa bude posielat dalej dole
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updatenute.
Tiez som si vsimol ze ten text ohladom spracovania osobnych udajov je tam dva krat, tak som to dal do novehom componentu.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
len pozor tam ten text nie je rovnaky
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, tak som revertol ten commit s textom o osobnych udajoch
Vdaka @ThePavolC |
Fixes #919