trying a new push
This commit is contained in:
parent
701e49bcf2
commit
24fcb63ae6
1 changed files with 1 additions and 1 deletions
|
|
@ -258,7 +258,7 @@ export default function Sites() {
|
||||||
siteCards.push(
|
siteCards.push(
|
||||||
<Card
|
<Card
|
||||||
key={site.site.key()}
|
key={site.site.key()}
|
||||||
style={{ margin: 10, padding: 5 }}
|
style={{ margin: 10, padding: 5 }}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
goToSite(site);
|
goToSite(site);
|
||||||
}}>
|
}}>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue