extendedTribeProfile - remove unused function

This commit is contained in:
Dawid Wysokiński 2021-02-26 17:53:40 +01:00
parent c648064ebc
commit 731bee69e8
3 changed files with 1 additions and 5 deletions

View File

@ -1946,8 +1946,6 @@ const renderActions = () => {
actionContainer.appendChild(wrapAction(exportVillages));
};
const fixTribeMembersTableWidth = () => {};
(async function () {
try {
renderActions();

File diff suppressed because one or more lines are too long

View File

@ -898,8 +898,6 @@ const renderActions = () => {
actionContainer.appendChild(wrapAction(exportVillages));
};
const fixTribeMembersTableWidth = () => {};
(async function () {
try {
renderActions();