Skip to content

Commit

Permalink
Chore: Roll out avatars
Browse files Browse the repository at this point in the history
  • Loading branch information
autoreleasefool committed Sep 15, 2023
1 parent e2448df commit 4eec69a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ extension FeatureFlag {
public static let developerOptions = Self(name: "developerOptions", introduced: "2022-11-10", stage: .development, isOverridable: false)
public static let teams = Self(name: "teams", introduced: "2023-01-03", stage: .development)
public static let opponents = Self(name: "opponents", introduced: "2023-01-08", stage: .release)
public static let avatars = Self(name: "avatars", introduced: "2023-03-11", stage: .development)
public static let avatars = Self(name: "avatars", introduced: "2023-03-11", stage: .release)
public static let overviewTab = Self(name: "overviewTab", introduced: "2023-05-18", stage: .release)
public static let statisticsTab = Self(name: "statisticsTab", introduced: "2023-05-18", stage: .release)
public static let accessoriesTab = Self(name: "accessoriesTab", introduced: "2023-05-18", stage: .release)
Expand Down

0 comments on commit 4eec69a

Please sign in to comment.