Add TS todo

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2022-07-28 08:11:07 +02:00
parent db74a486c5
commit f440c3f2c8
No known key found for this signature in database
GPG Key ID: D1D45825D60C24D2

View File

@ -58,6 +58,7 @@ const LocalVolume: React.FC<LocalVolumeProps> = ({
);
};
// TODO: Extend ModalProps
interface Props {
feed: CallFeed;
}