From 8bae143e279545aa98c174601190cc4d27e54b8e Mon Sep 17 00:00:00 2001 From: Alexandr Garbuzov Date: Tue, 1 Aug 2023 09:37:18 +0300 Subject: [PATCH] Refactor: Fix docstring for rankIcon function (#3029) --- src/common/icons.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/icons.js b/src/common/icons.js index 28f82ed..3f91d86 100644 --- a/src/common/icons.js +++ b/src/common/icons.js @@ -15,7 +15,7 @@ const icons = { * Get rank icon * * @param {string} rankIcon - The rank icon type. - * @param {number} rankLevel - The rank level. + * @param {string} rankLevel - The rank level. * @param {number} percentile - The rank percentile. * @returns {string} - The SVG code of the rank icon */