mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 21:05:16 +00:00
Stats card: remove duplicate hide option default value from render function (#2845)
This commit is contained in:
parent
c5d4bcbc1a
commit
6cbb08e218
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue