It shouldn't need (we're guarding against anyway before calling it), but it's safer that way.
@@ -217,6 +217,7 @@ handleAction =
-> GroupId
-> State
-> H.HalogenM State Action Slots SidebarEvent m Unit
+ moveTabToGroup _ fromGroup toGroup _ | fromGroup == toGroup = pure unit
moveTabToGroup tid fromGroup toGroup state = do
let
-- XXX: The goal is to put it at the end, but if you: