Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
devonzuegel committed Jan 6, 2020
1 parent 812feb2 commit ec94a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactNativeClient/lib/QuickActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {DeviceEventEmitter} from 'react-native';
import QuickActions from 'react-native-quick-actions';
const { _ } = require('lib/locale.js');

export default (dispatch, folderId/* , state*/) => {
export default (dispatch, folderId) => {
QuickActions.setShortcutItems([
{type: 'New note', title: _('New note'), icon: 'Compose'},
{type: 'New to-do', title: _('New to-do'), icon: 'Add'},
Expand Down

0 comments on commit ec94a00

Please sign in to comment.