Skip to content

Commit

Permalink
wow
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonstyle committed Nov 15, 2023
1 parent 0b21d5c commit 3b0b88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/filters/modules/dashboard/tabset.lua
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ local function resolveTabs(contents)
cardToolbar.markProcessed(v)
tabContent = nil

elseif v.classes ~- nil and v.classes:includes('hidden') then
elseif v.classes ~= nil and v.classes:includes('hidden') then
ignoreEls:insert(v)
tabContent = nil
else
Expand Down

0 comments on commit 3b0b88e

Please sign in to comment.