Skip to content

Commit

Permalink
fix: PinViewcontroller
Browse files Browse the repository at this point in the history
  • Loading branch information
jannisborn committed Dec 14, 2023
1 parent 9245157 commit f2e3ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PennyMe/PinViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class PinViewController: UITableViewController, UIImagePickerControllerDelegate,
var pinData : Artwork!
let statusChoices = ["unvisited", "visited", "marked", "retired"]
let statusColors: [UIColor] = [.red, .green, .yellow, .gray]
let machineStatusColors: [String:UIColor] = ["active": .white, "out-of-order": .gray, "retired": .gray]
let machineStatusColors: [String:UIColor] = ["available": .white, "out-of-order": .gray, "retired": .gray]

enum StatusChoice : String {
case unvisited
Expand Down

0 comments on commit f2e3ad7

Please sign in to comment.