From b7c32d7ea171ce460d07af316220758ebde9893c Mon Sep 17 00:00:00 2001 From: MikunoNaka Date: Sun, 18 Apr 2021 13:37:12 +0530 Subject: Bug Fix: now the total price of an item is the multiple of it's unit price and quantity like it should be --- package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'package.json') diff --git a/package.json b/package.json index 3a6b8e2..2b0dece 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "openbills", "version": "0.1.0", "private": true, + "proxy": "http://localhost:4000", "dependencies": { "@testing-library/jest-dom": "^5.11.10", "@testing-library/react": "^11.2.5", -- cgit v1.2.3