mirror of
https://github.com/strapi/strapi.git
synced 2025-12-04 11:02:12 +00:00
Fix conflicts
Signed-off-by: soupette <cyril.lpz@gmail.com>
This commit is contained in:
parent
62c7dadc3d
commit
a7b131ddc0
@ -5,7 +5,6 @@ import PropTypes from 'prop-types';
|
||||
const Icon = ({ elapsed, icon }) => {
|
||||
let displayedIcon = icon;
|
||||
let className = 'icoContainer spinner';
|
||||
console.log({ icon });
|
||||
|
||||
if (elapsed > 15) {
|
||||
displayedIcon = ['far', 'clock'];
|
||||
|
||||
@ -72,7 +72,7 @@ describe('ADMIN | StrapiApp', () => {
|
||||
</body>,
|
||||
"container": <div>
|
||||
<div
|
||||
class="sc-bjeSvz VelTJ"
|
||||
class="sc-hgKjYe bLgkBB"
|
||||
/>
|
||||
<div
|
||||
class="Loader-sc-1xt0x01-0 JXMaR"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user