Skip to content

Commit

Permalink
problem: can't see status of children
Browse files Browse the repository at this point in the history
  • Loading branch information
gsovereignty committed Jan 26, 2024
1 parent 576ffd6 commit 23fa8f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/novoproblems/elements/ChildProblemTile.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
import { consensusTipState } from "$lib/stores/nostrocket_state/master_state";
import type { Problem } from "$lib/stores/nostrocket_state/types";
import { base } from "$app/paths";
import RocketTag from "../../tags/RocketTag.svelte";
import StatusTag from "../../tags/StatusTag.svelte";
export let problem: Problem;
export let preview = false;
</script>
Expand All @@ -27,5 +29,5 @@
style="position:relative;top:-8px;left:8px;font-size:medium;"
>{problem.Title}</span
>
</div></Tile
</div><div style="float:right;" ><StatusTag {problem} type="open-children" /></div></Tile
>

0 comments on commit 23fa8f1

Please sign in to comment.