Commit c172f202 authored by Matija Čupić's avatar Matija Čupić

Add safe navigation to #bridge_waiting?

parent 19515cd4
......@@ -128,7 +128,7 @@ module EE
end
def bridge_waiting?
source_bridge.dependent?
source_bridge&.dependent?
end
def update_bridge_status!
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment