Skip to content

Commit

Permalink
chore: remove unecessary asterisks from comment
Browse files Browse the repository at this point in the history
- I got carried away with copy and paste
- Removing unecessary asterisks
  • Loading branch information
Mike-Heneghan committed Oct 26, 2023
1 parent ef302e5 commit 9295fc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function Component(props: Props) {
useEffect(() => {
if (previousSlotCount === undefined) return;

// *** Show most recent upload at the top ***
// Show most recent upload at the top
if (slots.length) setSlots(slots.reverse());

// Only stop modal opening on initial return to node
Expand Down

0 comments on commit 9295fc5

Please sign in to comment.