Fix lag (for now..)

This commit is contained in:
Mahad Kalam 2026-02-11 00:55:04 +00:00
parent ddc25d1cfe
commit 19de2b0570
2 changed files with 2 additions and 4 deletions

View file

@ -9,7 +9,7 @@ class InertiaController < ApplicationController
{
nav: inertia_nav_props,
footer: inertia_footer_props,
currently_hacking: currently_hacking_props,
# currently_hacking: currently_hacking_props,
csrf_token: form_authenticity_token,
signout_path: signout_path,
show_stop_impersonating: session[:impersonater_user_id].present?,

View file

@ -1,7 +1,5 @@
<script lang="ts">
import type {
ActivityGraphData,
} from "../../types/index";
import type { ActivityGraphData } from "../../types/index";
import BanNotice from "./signedIn/BanNotice.svelte";
import GitHubLinkBanner from "./signedIn/GitHubLinkBanner.svelte";
import SetupNotice from "./signedIn/SetupNotice.svelte";