chore: Update translations

This commit is contained in:
2024-08-21 11:13:12 +00:00
parent 855a87aadc
commit 2244bec695
5 changed files with 25 additions and 27 deletions

View File

@ -12,8 +12,7 @@ export default function DashboardIntroFinal() {
const [info, setInfo] = useState<StreamProviderInfo>();
const defaultEndpoint = useMemo(() => {
return info?.endpoints.find(a => a.name == "Best")
?? info?.endpoints[0];
return info?.endpoints.find(a => a.name == "Best") ?? info?.endpoints[0];
}, [info]);
async function loadInfo() {