Fix hardcoded true

This commit is contained in:
Tessa Kelly 2021-10-29 17:23:48 -07:00
parent e932d809cd
commit c959beaac4

View File

@ -201,7 +201,7 @@ controlTail : Control (Tooltip.Attribute Never)
controlTail =
Control.map
(\bool ->
if True then
if bool then
Tooltip.withoutTail
else