Code review comment for lp:~donadigo/switchboard/fix-duplicated-plug-navigation

Revision history for this message
Felipe Escoto (philip.scott) wrote :

This should simplify the code since an OR will stop if the first one is true :)

previous_plugs.size == 0 || previous_plugs.@get (0) != plug

review: Needs Fixing

« Back to merge proposal