luceroweb / karot-saving-smart

Millions of us are living paycheck to paycheck. It can be difficult to build a budget that helps you pay for your bills as well as plan for the future - without making you feel like you have to do without. You may have heard about the tried and true cash “Envelope Savings” system, which can help you to make sure you always have enough to pay your b
https://karot-saving-smart.netlify.app/
3 stars 13 forks source link

feat(subject placeholder): Add default placeholder to subject state #121 #122

Closed garanico closed 2 years ago

garanico commented 2 years ago

Changes

  1. Updated subject useState default from empty string to "placeholder 1"
  2. Fixed typo in value for Picker.Item placeholder 2

Purpose

This was done so if the user doesn't pick a subject, the subject line will default to "placeholder 1"

Approach

This is a better user experience for the person receiving the email

Learning

N/A

Closes #121