misc passkey prep

This commit is contained in:
2026-04-05 19:19:37 -04:00
parent ea9ad2f8a7
commit 2517cd777f
3 changed files with 19 additions and 10 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ pub fn Media(id: String) -> Element {
#[component]
fn MediaPage(media: MediaModel) -> Element {
let url = media.thumb_url;
let id = media.id.expect("Media has no id").value.clone();
// let id = media.id.expect("Media has no id").value.clone();
let cur_class = use_signal(|| match media.class {
0 => "Standard",
1 => "NSFW",