Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
Merge branch 'release/0.1.1-prealpha'
Browse files Browse the repository at this point in the history
  • Loading branch information
Maus3rSR committed Oct 30, 2020
2 parents 7516991 + 89e71b1 commit 31e3f49
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
<p align="center">

![logo]

</p>

<p align="center">

![MIT License][badge-license]

</p>

# Hajime

Hajime is an Electron application for managing Kendo competition
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": "hajime",
"version": "0.1.0-prealpha",
"version": "0.1.1-prealpha",
"description": "Kendo championship and grade management software",
"author": {
"name": "Kevin UNFRICHT",
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/store/modules/fight/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const actions = {
fighter2_id,
locked: true,
...!!comment && {comment: {
commentable_id: parseInt(state.fight.id, 10),
commentable_id: parseInt(fight_id, 10),
commentable: "FighterFightMeta",
text: comment
}}
Expand Down

0 comments on commit 31e3f49

Please sign in to comment.