Skip to content

Commit

Permalink
Patch number, todos and PR fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
dustincjensen committed Dec 7, 2021
1 parent 3df67a7 commit c6522a9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ Bugs
Tasks
=====
Next
- Bug Split records are not in balance for combined category summary container chart.
- Package updates
- Make PR for TFSA-RRSP-Accounts
- Make new release on GitHub
- Refactor
- Selectors
- Components
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fin-tracker",
"version": "1.1.0",
"version": "1.1.1",
"description": "A financial tracker.",
"main": "dist/index.js",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion src/renderer/features/investment/investment.layout.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
import { Pane } from 'evergreen-ui';
import * as React from 'react';
import { useParams } from 'react-router-dom';
Expand Down

0 comments on commit c6522a9

Please sign in to comment.