Просмотр исходного кода

✨ feat(ChannelsTable): add renderQuotaWithAmount function and clean up imports

CaIon 9 месяцев назад
Родитель
Сommit
96183e6664
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      web/src/components/table/ChannelsTable.js

+ 2 - 2
web/src/components/table/ChannelsTable.js

@@ -6,9 +6,9 @@ import {
   showSuccess,
   showSuccess,
   timestamp2string,
   timestamp2string,
   renderGroup,
   renderGroup,
-  renderNumberWithPoint,
   renderQuota,
   renderQuota,
-  getChannelIcon
+  getChannelIcon,
+  renderQuotaWithAmount
 } from '../../helpers/index.js';
 } from '../../helpers/index.js';
 
 
 import {
 import {