Fix formatting
This commit is contained in:
parent
7a913d0f27
commit
3979bbd86f
@ -26,7 +26,7 @@ const marketId = route.params.id
|
|||||||
|
|
||||||
const selected = ref([])
|
const selected = ref([])
|
||||||
|
|
||||||
function mouseover (oid) {
|
const mouseover = (oid) => {
|
||||||
const o2id = orders.value.find(i => i.OrderId === oid)?.Id
|
const o2id = orders.value.find(i => i.OrderId === oid)?.Id
|
||||||
if (o2id) {
|
if (o2id) {
|
||||||
selected.value = [oid, o2id]
|
selected.value = [oid, o2id]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user