Removed ;
This commit is contained in:
parent
f20193a814
commit
6c75a433ee
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ export default function Gallery() {
|
|||
|
||||
if (!data || loading) {
|
||||
return <div className="text-center">
|
||||
<Spinner animation="border" variant="primary" />;
|
||||
<Spinner animation="border" variant="primary" />
|
||||
</div>
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue