Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
YilunAllenChen committed Nov 2, 2023
1 parent 1e490b8 commit 7f9e90d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/code/artifact.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ impl Component for ArticleComponent {
}

fn view(&self, ctx: &Context<Self>) -> Html {

let (dot_color, text) = match ctx.props().article.status {
EntryStatus::OnExhibit => ("emerald", "On Exhibit"),
EntryStatus::StagedForExhibit => ("yellow", "Staged"),
Expand Down

0 comments on commit 7f9e90d

Please sign in to comment.