mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-07 07:56:12 +02:00
style: fix lint issues
This commit is contained in:
@@ -2,11 +2,11 @@ import React from "react"
|
||||
|
||||
import * as SC from "./styles"
|
||||
|
||||
interface StackedAvatarsProps {
|
||||
interface IStackedAvatarsProps {
|
||||
authors: any
|
||||
}
|
||||
|
||||
export function StackedAvatars({ authors }: StackedAvatarsProps) {
|
||||
export function StackedAvatars({ authors }: IStackedAvatarsProps) {
|
||||
return (
|
||||
<SC.StackedAvatarsWrapper count={authors.length}>
|
||||
{authors.map((author, index) => (
|
||||
|
||||
Reference in New Issue
Block a user