mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-21 16:33:48 +01:00
Woops
This commit is contained in:
parent
e270504503
commit
830d84dca7
@ -148,7 +148,7 @@ async function deleteList() {
|
||||
listId: list.id,
|
||||
});
|
||||
os.success();
|
||||
mainRouter.push("/my/lists");
|
||||
mainRouter.push("/news");
|
||||
}
|
||||
|
||||
async function hideFromHome() {
|
||||
|
@ -140,7 +140,7 @@ async function chooseList(ev: MouseEvent) {
|
||||
type: "link" as const,
|
||||
text: i18n.ts.manageLists,
|
||||
icon: "ph-faders-horizontal ph-bold ph-lg",
|
||||
to: "/my/lists",
|
||||
to: "/news",
|
||||
},
|
||||
].concat(
|
||||
res.map((list) => ({
|
||||
@ -163,7 +163,7 @@ async function chooseAntenna(ev: MouseEvent) {
|
||||
indicate: false,
|
||||
text: i18n.ts.manageAntennas,
|
||||
icon: "ph-faders-horizontal ph-bold ph-lg",
|
||||
to: "/my/antennas",
|
||||
to: "/news",
|
||||
},
|
||||
].concat(
|
||||
res.map((antenna) => ({
|
||||
|
Loading…
Reference in New Issue
Block a user