diff --git a/src/lib/ui-components/navbar.svelte b/src/lib/ui-components/navbar.svelte index 7098a2a..1180aaf 100644 --- a/src/lib/ui-components/navbar.svelte +++ b/src/lib/ui-components/navbar.svelte @@ -1,19 +1,25 @@ +
{jwtDecode(getAuthInfo()?.a)?.role == "4" ? "Admin":"Moder"}
++ {jwtDecode(getAuthInfo()?.a)?.role == "4" ? "Admin" : "Moder"} +
+
Возможно, данной страницы просто не существует
{/if} diff --git a/src/routes/payouts/+page.svelte b/src/routes/payouts/+page.svelte index d965c97..97b2ca6 100644 --- a/src/routes/payouts/+page.svelte +++ b/src/routes/payouts/+page.svelte @@ -12,6 +12,7 @@ import { redirect } from "$lib/tools/url/URLTools"; import axios from "axios"; import { isStringEmptyOrSpaces } from "$lib/tools/strings/Strings"; + import { SearchIcon } from "svelte-feather-icons"; const payoutsStatusMap = { "0": "Открыта", @@ -411,7 +412,17 @@