Shafiqul Islam Shuvo

Results 3 issues of Shafiqul Islam Shuvo

The following line in **Balance** component: `const balance = amounts.reduce((acc, amount) => acc + amount).toFixed(2);` throws this error if the **transactions** list is empty: > TypeError: Reduce of empty array...

## I get this error whenever I try to type something inside fields. ![image](https://user-images.githubusercontent.com/13042947/88292705-cd46c600-cd1b-11ea-821f-9b66584c9848.png) ## And I found a solution: inside **`App.js`** file, if we replace the following line: `const...

The initial value for `cateogryId` was missing in the `EventForm` when updating an event. ![image](https://github.com/adrianhajdin/event_platform/assets/13042947/a53a6882-2f19-4ddb-92bc-9d6583a4fee3)