fix(quick_actions/spend_time_and_date_separator): Check if timezone is empty string as well

What does this MR do and why?

fix(quick_actions/spend_time_and_date_separator): Check if timezone is empty string as well

Before the condition to initialize the user profile timezone does only check if the value is nil. But the value could sometimes also be an empty string. So we need to check against that condition with .presence as well.

References

Issue

Edited by 🤖 GitLab Bot 🤖

Merge request reports

Loading