merge commit 1
This commit is contained in:
commit
f3e8047322
4 changed files with 52 additions and 26 deletions
|
|
@ -6,8 +6,8 @@ function HabitItem(props: any) {
|
|||
<button className="habit-plus" id={"plus"+props.id} onClick={props.onChange}>
|
||||
+{props.upCount}
|
||||
</button>
|
||||
<p>{props.habit_text}</p>
|
||||
<button className="habit-plus" id={"mins"+props.id} onClick={props.onChange}>
|
||||
<p className="habit-text">{props.habit_text}</p>
|
||||
<button className="habit-minus" id={"mins"+props.id} onClick={props.onChange}>
|
||||
-{props.downCount}
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue