Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: fix intermittent controller tests #1156

Merged
merged 16 commits into from
Jan 29, 2025
Merged
Prev Previous commit
Next Next commit
wip
  • Loading branch information
alexbarnsley committed Jan 27, 2025
commit ae0eb197d204fb5b3604fa82d355a26fa1cba46d
2 changes: 1 addition & 1 deletion resources/views/layouts/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class="dark:border-transparent dark:text-theme-dark-200"
</span>
</x-ark-footer>

<livewire:search-modal />
{{-- <livewire:search-modal /> --}}

<x-webhooks.currency-update :currency="Settings::currency()" />

Expand Down
Loading