Rearrange isShownKey to make more sense

Tag then ID is closer to representing the underlying data structure
This commit is contained in:
Kyle Shockey
2017-07-14 00:19:02 -07:00
parent d7f6355d85
commit 79f91b2e3e
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ export const show = (ori, system) => (...args) => {
}
if(type === "operations") {
let [, operationId, tag] = thing
let [, tag, operationId] = thing
setHash(`/${tag}/${operationId}`)
}