fix: eslint errors
This commit is contained in:
@@ -193,7 +193,7 @@
|
||||
}`,
|
||||
})
|
||||
|
||||
const { data: { photos }} = await res.json()
|
||||
const { data: { photos } } = await res.json()
|
||||
|
||||
if (photos) {
|
||||
// Return new photos
|
||||
@@ -496,4 +496,4 @@
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
</PageTransition>
|
||||
</PageTransition>
|
||||
|
||||
Reference in New Issue
Block a user