Prettified Code!
This commit is contained in:
parent
635e872be3
commit
8b7e2b945e
@ -81,7 +81,9 @@ export default class FollowerList extends Component {
|
||||
|
||||
return html`
|
||||
<div>
|
||||
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4">
|
||||
<div
|
||||
class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4"
|
||||
>
|
||||
${followers.length === 0 && noFollowersInfo}
|
||||
${followers.map((follower) => {
|
||||
return html` <${SingleFollower} user=${follower} /> `;
|
||||
|
Loading…
Reference in New Issue
Block a user