Showing 1 changed files with 1 additions and 1 deletions
+1 -1
templates/compare.html.ep
... ...
@@ -33,7 +33,7 @@
33 33
   }
34 34
   else {
35 35
     $target_user_id = $base_user_id;
36
-    $target_branch = $user_id_and_target_branch;
36
+    $target_branch = $user_id_and_target_branch // $base_branch;
37 37
     $target_project = $base_project
38 38
   }
39 39