3 lines
85 B
Plaintext
3 lines
85 B
Plaintext
|
export default function getVariation(placement) {
|
||
|
return placement.split('-')[1];
|
||
|
}
|