ソースを参照

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

CaIon 11 ヶ月 前
コミット
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 {