Skip to content

Commit

Permalink
Fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
Spikatrix committed Aug 26, 2024
1 parent ae9b40b commit f429c60
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,6 @@ export const MigrationSchema: FC<MigrationSchemaProps> = ({
const completedObjects = 12;
const progress = Math.round((completedObjects / totalObjects) * 100);

const totalObjects = 25;
const completedObjects = 12;
const progress = Math.round((completedObjects / totalObjects) * 100);

return (
<Box>
<Box display="flex" justifyContent="space-between" alignItems="start">
Expand Down

0 comments on commit f429c60

Please sign in to comment.