Skip to content

Commit

Permalink
Variable name changed
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasBellucci committed Nov 30, 2020
1 parent 3a77f99 commit 7480096
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Example/Example/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
import SwiftUI

struct ContentView: View {
@State var badgeValue1: String? = "1"
@State var badgeValue: String? = "1"

var body: some View {
StatefulTabView {
Tab(title: "Tab 1", systemImageName: "circle.fill", badgeValue: badgeValue1) {
Tab(title: "Tab 1", systemImageName: "circle.fill", badgeValue: badgeValue) {
NavigationView {
List {
Section {
Expand Down

0 comments on commit 7480096

Please sign in to comment.