TransactionConstants.js: Reorder

This commit is contained in:
Aaron Lindsay 2017-06-16 20:56:01 -04:00
parent 9ce6454997
commit 5dff27e7f7
1 changed files with 1 additions and 1 deletions

View File

@ -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
});