1
0
mirror of http://git.whoc.org.uk/git/password-manager.git synced 2025-10-30 02:47:36 +01:00

Fixed delete card option in narrow view

This commit is contained in:
Giulio Cesare Solaroli
2015-02-13 08:54:00 +01:00
parent a481384688
commit 924f0815a1
2 changed files with 3 additions and 1 deletions

View File

@@ -178,7 +178,8 @@ Clipperz.PM.UI.Components.Cards.View = React.createClass({
this.renderFields(this.props['fields']),
this.renderNotes(this.props['notes']),
this.renderDirectLogins(this.props['directLogins'])
])
]),
this.props['ask'] ? Clipperz.PM.UI.Components.DialogBox(this.props['ask']) : null
]);
},