mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-05 14:46:03 +02:00
clean up
This commit is contained in:
@@ -123,7 +123,7 @@ function mount() {
|
||||
function back() {
|
||||
const prev = tabs.value[tabs.value.length - 2];
|
||||
tabs.value = [...tabs.value.slice(0, tabs.value.length - 1)];
|
||||
router.replace(prev.path, prev.key);
|
||||
router.replace(prev.path);
|
||||
}
|
||||
|
||||
router.addListener('replace', onReplace);
|
||||
|
||||
Reference in New Issue
Block a user