remove unneeded numbered variables who_to_follow
The previous implementation of the who to follow panel used variables like img1
, name1
and so on
this is a standard use-case for an array
this PR refactors the component along those lines
The previous implementation of the who to follow panel used variables like img1
, name1
and so on
this is a standard use-case for an array
this PR refactors the component along those lines