Skip to content

Commit

Permalink
Fix FinishingList typo
Browse files Browse the repository at this point in the history
  • Loading branch information
b-morgan committed Sep 14, 2024
1 parent 9291dd9 commit 0d1de96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/FinishingList.lua
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ local function createFinishingListFrame(self)
--
-- Adjust the button height
--
SKILLET_FINISHING_LIST_HEIGHT = math.max(SkilletFinishingButton1:GetHeight(), SKILLET_FINISHING_LIST_HEIGHT)
SKILLET_FINISHING_LIST_HEIGHT = math.max(SkilletFinishingListButton1:GetHeight(), SKILLET_FINISHING_LIST_HEIGHT)
return frame
end

Expand Down

0 comments on commit 0d1de96

Please sign in to comment.