mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-10 20:56:39 +00:00
Fix lint
This commit is contained in:
@@ -317,7 +317,7 @@ export default function GeneralPage() {
|
||||
<DropdownMenuContent className="w-full">
|
||||
{LOG_RETENTION_OPTIONS.filter((option) => {
|
||||
if (build == "saas" && !subscription?.subscribed && option.value > 30) {
|
||||
return false
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}).map(
|
||||
|
||||
Reference in New Issue
Block a user