Skip to content

Commit

Permalink
bills app update
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkskittlz committed Dec 2, 2024
1 parent 451ee11 commit f857116
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
2 changes: 1 addition & 1 deletion dev-dist/sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ define(['./workbox-5357ef54'], (function (workbox) { 'use strict';
"revision": "3ca0b8505b4bec776b69afdba2768812"
}, {
"url": "index.html",
"revision": "0.36hmcla3ek8"
"revision": "0.i4j6kbigje8"
}], {});
workbox.cleanupOutdatedCaches();
workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), {
Expand Down
18 changes: 6 additions & 12 deletions src/components/Expenses.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ const Expenses = () => {
<td>$1495</td>
<td>1st</td>
</tr>
<tr>
<td>📱</td>
<td>Google Phone (Alice)</td>
<td>$40</td>
<td>2nd</td>
</tr>
<tr>
<td>📺</td>
<td>YouTube</td>
Expand Down Expand Up @@ -117,12 +123,6 @@ const Expenses = () => {
<td>$29</td>
<td>17th</td>
</tr>
<tr>
<td>💳</td>
<td>Capital One (Alice)</td>
<td>$25</td>
<td>19th</td>
</tr>
<tr>
<td>🍏</td>
<td>Apple </td>
Expand All @@ -147,12 +147,6 @@ const Expenses = () => {
<td>$15</td>
<td>25th</td>
</tr>
<tr>
<td>💳</td>
<td>Capital One - Quicksilver (Tristan)</td>
<td>$25</td>
<td>27th</td>
</tr>
</table>
<table>
<tr>
Expand Down

0 comments on commit f857116

Please sign in to comment.