Fix resend bar and "send anyway" in UDD

This commit is contained in:
Luke Barnard 2017-03-03 10:02:08 +00:00
parent 6a007d01a1
commit 4fff383de5
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;