Rearrange isShownKey to make more sense
Tag then ID is closer to representing the underlying data structure
This commit is contained in:
@@ -12,7 +12,7 @@ export const show = (ori, system) => (...args) => {
|
||||
}
|
||||
|
||||
if(type === "operations") {
|
||||
let [, operationId, tag] = thing
|
||||
let [, tag, operationId] = thing
|
||||
setHash(`/${tag}/${operationId}`)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user