Skip to content

Commit

Permalink
hide multitag ambiguity
Browse files Browse the repository at this point in the history
  • Loading branch information
amquake committed Oct 15, 2023
1 parent 56df1b2 commit 75bf4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion photon-client/src/components/dashboard/tabs/TargetsTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ import { useStateStore } from "@/stores/StateStore";
useCameraSettingsStore().currentPipelineSettings.solvePNPEnabled
"
>
<td>{{ target.ambiguity?.toFixed(2) }}%</td>
<td>{{ target.ambiguity >= 0 ? target.ambiguity?.toFixed(2)+"%" : "(In Multi-Target)" }}</td>
</template>
</tr>
</tbody>
Expand Down

0 comments on commit 75bf4ae

Please sign in to comment.