mirror of
https://github.com/aclindsa/moneygo.git
synced 2024-12-25 23:23:21 -05:00
TransactionConstants.js: Reorder
This commit is contained in:
parent
9ce6454997
commit
5dff27e7f7
@ -8,8 +8,8 @@ module.exports = keyMirror({
|
||||
UPDATE_TRANSACTION: null,
|
||||
TRANSACTION_UPDATED: null,
|
||||
REMOVE_TRANSACTION: null,
|
||||
SELECT_TRANSACTION: null,
|
||||
TRANSACTION_REMOVED: null,
|
||||
SELECT_TRANSACTION: null,
|
||||
TRANSACTION_SELECTED: null,
|
||||
SELECTION_CLEARED: null
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user