Skip to content

Commit

Permalink
Remove hair gel
Browse files Browse the repository at this point in the history
  • Loading branch information
gggritso committed Aug 14, 2021
1 parent 442ea0a commit 47a5195
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const createPackingList = (answers) => {

dopp
.pack("floss threaders", nightsOfSleep + 1)
.packOneOfEach("mouthwash", "cleanser", "moisturizer", "deodorant", "lip balm", "cologne", "hair gel");
.packOneOfEach("mouthwash", "cleanser", "moisturizer", "deodorant", "lip balm", "cologne");

if (nightsOfSleep < 3) {
dopp.pack("daily contact", nightsOfSleep + 1);
Expand Down Expand Up @@ -110,7 +110,6 @@ const createPackingList = (answers) => {
const backpack = new Container("Backpack", [
"sunglasses in case",
"glasses in case",
"tissues",
"Kobo",
"phone charger",
"garbage bag",
Expand Down

0 comments on commit 47a5195

Please sign in to comment.