mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-05-14 08:58:28 +00:00
Stats card: remove duplicate hide option default value from render function (#2845)
This commit is contained in:
committed by
GitHub
parent
c5d4bcbc1a
commit
6cbb08e218
@@ -78,7 +78,7 @@ const createTextNode = ({
|
||||
* @param {Partial<import("./types").StatCardOptions>} options The card options.
|
||||
* @returns {string} The stats card SVG object.
|
||||
*/
|
||||
const renderStatsCard = (stats = {}, options = { hide: [] }) => {
|
||||
const renderStatsCard = (stats = {}, options = {}) => {
|
||||
const {
|
||||
name,
|
||||
totalStars,
|
||||
|
||||
Reference in New Issue
Block a user