We're aware of an app issue impacting setting Tasker rates. This issue will be resolved in the next available app update, so keep an eye out for a notification asking you to update your Tasker app over the next seven days. For troubleshooting help, check out the support article here.
Popular searches:
<% var getColumnClasses = function(numberColumns) {
var classNames = 'col-12';
if (numberColumns >= 2) classNames += ' md:col-6';
if (numberColumns >= 3) classNames += ' lg:col-4';
if (numberColumns >= 4) classNames += ' xl:col-3';
return classNames;
} %>