mirror of
https://github.com/balzack/databag.git
synced 2025-04-22 09:35:16 +00:00
removing stale code
This commit is contained in:
parent
8d820f5049
commit
da78dc71d9
@ -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 }));
|
||||
|
Loading…
x
Reference in New Issue
Block a user