Merge pull request #734 from matrix-org/luke/fix-resend

Fix resend bar and "send anyway" in UDD
This commit is contained in:
David Baker 2017-03-06 11:06:52 +00:00 committed by GitHub
commit 30eddf9fda
2 changed files with 4 additions and 2 deletions

View file

@ -19,6 +19,7 @@ import sdk from '../../../index';
import dis from '../../../dispatcher';
import MatrixClientPeg from '../../../MatrixClientPeg';
import GeminiScrollbar from 'react-gemini-scrollbar';
import Resend from '../../../Resend';
function DeviceListEntry(props) {
const {userId, device} = props;