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

View File

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