removing stale code

This commit is contained in:
Roland Osborne 2024-05-09 22:25:28 -07:00
parent 8d820f5049
commit da78dc71d9

View File

@ -302,12 +302,6 @@ export function useTopicItem(item, hosting, remove, contentKey) {
return <Text>{ clickable }</Text>;
};
const getExtension = async (path, type) => {
if (type === 'video') {
return 'mp4';
}
}
const actions = {
showCarousel: async (index) => {
const assets = state.assets.map((asset) => ({ ...asset, error: false, decrypted: null }));